#DCEEA4

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

Shades of Reef #DCEEA4

Tints of Reef #DCEEA4

Color information

#DCEEA4 (or 0xDCEEA4) is unknown color: approx Reef. HEX triplet: DC, EE and A4. RGB value is (220,238,164). Sum of RGB (Red+Green+Blue) = 220+238+164=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA4 is #23115B. Grayscale: #E0E0E0. Windows color (decimal): -2298204 or 10809052. OLE color: 10809052.

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

Color convert

RGB220238164-
CMYK0.0800.310.07
HSL74.59º68.52%78.82%-
HSV(B)74.59º31.09%93.33%-
XYZ66.7979.0546.86-
YUV224.1894.04125.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 164 (64.45% from 255) = 26.37%
R=35.37%
G=38.26%
B=26.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381640.0800.310.0774.5968.5278.82
HexDCEEA4801F74b454f
Octal334356244100377113105117
Binary1101110011101110101001001000011111111100101110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEA4; }

 p { color: rgb(220,238,164); }

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

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

 a { background-color: rgb(220,238,164); }

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

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

 span { border-color: rgb(220,238,164); }

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