#DCEC98

Color #DCEC98 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DCEC98

Tints of Reef #DCEC98

Color information

#DCEC98 (or 0xDCEC98) is unknown color: approx Reef. HEX triplet: DC, EC and 98. RGB value is (220,236,152). Sum of RGB (Red+Green+Blue) = 220+236+152=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC98 is #231367. Grayscale: #DDDDDD. Windows color (decimal): -2298728 or 10022108. OLE color: 10022108.

HSL color Cylindrical-coordinate representation of color #DCEC98: hue angle of 71.43º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCEC98 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB220236152-
CMYK0.0700.360.07
HSL71.43º68.85%76.08%-
HSV(B)71.43º35.59%92.55%-
XYZ65.1877.4741.22-
YUV221.6488.7126.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 236 (92.58% from 255) = 38.82%
BLUE value IS 152 (59.77% from 255) = 25%
R=36.18%
G=38.82%
B=25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202361520.0700.360.0771.4368.8576.08
HexDCEC987024747454c
Octal33435423070447107105114
Binary1101110011101100100110001110100100111100011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEC98; }

 p { color: rgb(220,236,152); }

 H1.HeaderClassName
 {
   color: #DCEC98;
 }
 .AnyTagClassName
 {
   color: #DCEC98;
 }
</style>
background-color css

<style>
 a { background-color: #DCEC98; }

 a { background-color: rgb(220,236,152); }

 div.DivClassName
 {
   background-color: #DCEC98;
 }
 .BgClassName
 {
   background-color: #DCEC98;
 }
</style>
border-color css

<style>
 span { border-color: #DCEC98; }

 span { border-color: rgb(220,236,152); }

 td.TdClassName
 {
   border-color: #DCEC98;
 }
 .TagClassName
 {
   border-color: #DCEC98;
 }
</style>