#DCEEAA

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

Shades of Reef #DCEEAA

Tints of Reef #DCEEAA

Color information

#DCEEAA (or 0xDCEEAA) is unknown color: approx Reef. HEX triplet: DC, EE and AA. RGB value is (220,238,170). Sum of RGB (Red+Green+Blue) = 220+238+170=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEAA is #231155. Grayscale: #E1E1E1. Windows color (decimal): -2298198 or 11202268. OLE color: 11202268.

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

Color convert

RGB220238170-
CMYK0.0800.290.07
HSL75.88º66.67%80%-
HSV(B)75.88º28.57%93.33%-
XYZ67.3579.2749.78-
YUV224.8797.04124.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 170 (66.80% from 255) = 27.07%
R=35.03%
G=37.90%
B=27.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381700.0800.290.0775.8866.6780
HexDCEEAA801D74c4350
Octal334356252100357114103120
Binary1101110011101110101010101000011101111100110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEAA; }

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

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

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

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

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

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

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

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