#DCEEAF

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

Shades of Reef #DCEEAF

Tints of Reef #DCEEAF

Color information

#DCEEAF (or 0xDCEEAF) is unknown color: approx Reef. HEX triplet: DC, EE and AF. RGB value is (220,238,175). Sum of RGB (Red+Green+Blue) = 220+238+175=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEAF is #231150. Grayscale: #E1E1E1. Windows color (decimal): -2298193 or 11529948. OLE color: 11529948.

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

Color convert

RGB220238175-
CMYK0.0800.260.07
HSL77.14º64.95%80.98%-
HSV(B)77.14º26.47%93.33%-
XYZ67.8379.4652.32-
YUV225.4499.54124.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=34.76%
G=37.60%
B=27.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381750.0800.260.0777.1464.9580.98
HexDCEEAF801A74d4151
Octal334356257100327115101121
Binary1101110011101110101011111000011010111100110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEAF; }

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

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

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

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

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

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

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

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