#DCEFA8

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

Shades of Reef #DCEFA8

Tints of Reef #DCEFA8

Color information

#DCEFA8 (or 0xDCEFA8) is unknown color: approx Reef. HEX triplet: DC, EF and A8. RGB value is (220,239,168). Sum of RGB (Red+Green+Blue) = 220+239+168=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFA8 is #231057. Grayscale: #E1E1E1. Windows color (decimal): -2297944 or 11071452. OLE color: 11071452.

HSL color Cylindrical-coordinate representation of color #DCEFA8: hue angle of 76.06º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCEFA8 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB220239168-
CMYK0.0800.300.06
HSL76.06º68.93%79.8%-
HSV(B)76.06º29.71%93.73%-
XYZ67.4579.7848.89-
YUV225.2295.71124.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 168 (66.02% from 255) = 26.79%
R=35.09%
G=38.12%
B=26.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391680.0800.300.0676.0668.9379.8
HexDCEFA8801E64c4550
Octal334357250100366114105120
Binary1101110011101111101010001000011110110100110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFA8; }

 p { color: rgb(220,239,168); }

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

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

 a { background-color: rgb(220,239,168); }

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

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

 span { border-color: rgb(220,239,168); }

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