#CDE0A2

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

Shades of Reef #CDE0A2

Tints of Reef #CDE0A2

Color information

#CDE0A2 (or 0xCDE0A2) is unknown color: approx Reef. HEX triplet: CD, E0 and A2. RGB value is (205,224,162). Sum of RGB (Red+Green+Blue) = 205+224+162=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0A2 is #321F5D. Grayscale: #D3D3D3. Windows color (decimal): -3284830 or 10674381. OLE color: 10674381.

HSL color Cylindrical-coordinate representation of color #CDE0A2: hue angle of 78.39º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDE0A2 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB205224162-
CMYK0.0800.280.12
HSL78.39º50%75.69%-
HSV(B)78.39º27.68%87.84%-
XYZ58.3568.944.41-
YUV211.25100.21123.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 162 (63.67% from 255) = 27.41%
R=34.69%
G=37.90%
B=27.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241620.0800.280.1278.395075.69
HexCDE0A2801CC4e324c
Octal315340242100341411662114
Binary1100110111100000101000101000011100110010011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0A2; }

 p { color: rgb(205,224,162); }

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

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

 a { background-color: rgb(205,224,162); }

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

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

 span { border-color: rgb(205,224,162); }

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