#DCEEB2

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

Shades of Reef #DCEEB2

Tints of Reef #DCEEB2

Color information

#DCEEB2 (or 0xDCEEB2) is unknown color: approx Reef. HEX triplet: DC, EE and B2. RGB value is (220,238,178). Sum of RGB (Red+Green+Blue) = 220+238+178=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEB2 is #23114D. Grayscale: #E2E2E2. Windows color (decimal): -2298190 or 11726556. OLE color: 11726556.

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

Color convert

RGB220238178-
CMYK0.0800.250.07
HSL78º63.83%81.57%-
HSV(B)78º25.21%93.33%-
XYZ68.1379.5853.89-
YUV225.78101.04123.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 178 (69.92% from 255) = 27.99%
R=34.59%
G=37.42%
B=27.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381780.0800.250.077863.8381.57
HexDCEEB2801974e4052
Octal334356262100317116100122
Binary1101110011101110101100101000011001111100111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEB2; }

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

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

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

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

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

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

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

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