#DCEEA2

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

Shades of Reef #DCEEA2

Tints of Reef #DCEEA2

Color information

#DCEEA2 (or 0xDCEEA2) is unknown color: approx Reef. HEX triplet: DC, EE and A2. RGB value is (220,238,162). Sum of RGB (Red+Green+Blue) = 220+238+162=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA2 is #23115D. Grayscale: #E0E0E0. Windows color (decimal): -2298206 or 10677980. OLE color: 10677980.

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

Color convert

RGB220238162-
CMYK0.0800.320.07
HSL74.21º69.09%78.43%-
HSV(B)74.21º31.93%93.33%-
XYZ66.6178.9745.92-
YUV223.9593.04125.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 162 (63.67% from 255) = 26.13%
R=35.48%
G=38.39%
B=26.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381620.0800.320.0774.2169.0978.43
HexDCEEA2802074a454e
Octal334356242100407112105116
Binary11011100111011101010001010000100000111100101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEA2; }

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

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

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

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

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

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

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

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