#CDE2AD

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

Shades of Reef #CDE2AD

Tints of Reef #CDE2AD

Color information

#CDE2AD (or 0xCDE2AD) is unknown color: approx Reef. HEX triplet: CD, E2 and AD. RGB value is (205,226,173). Sum of RGB (Red+Green+Blue) = 205+226+173=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE2AD is #321D52. Grayscale: #D5D5D5. Windows color (decimal): -3284307 or 11395789. OLE color: 11395789.

HSL color Cylindrical-coordinate representation of color #CDE2AD: hue angle of 83.77º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDE2AD is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB205226173-
CMYK0.0900.230.11
HSL83.77º47.75%78.24%-
HSV(B)83.77º23.45%88.63%-
XYZ59.9270.3949.96-
YUV213.68105.04121.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=33.94%
G=37.42%
B=28.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261730.0900.230.1183.7747.7578.24
HexCDE2AD9017B54304e
Octal315342255110271312460116
Binary1100110111100010101011011001010111101110101001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2AD; }

 p { color: rgb(205,226,173); }

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

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

 a { background-color: rgb(205,226,173); }

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

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

 span { border-color: rgb(205,226,173); }

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