#CDEDA9

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

Shades of Reef #CDEDA9

Tints of Reef #CDEDA9

Color information

#CDEDA9 (or 0xCDEDA9) is unknown color: approx Reef. HEX triplet: CD, ED and A9. RGB value is (205,237,169). Sum of RGB (Red+Green+Blue) = 205+237+169=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDA9 is #321256. Grayscale: #DBDBDB. Windows color (decimal): -3281495 or 11136461. OLE color: 11136461.

HSL color Cylindrical-coordinate representation of color #CDEDA9: hue angle of 88.24º degrees, saturation: 0.65, 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 #CDEDA9 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB205237169-
CMYK0.1400.290.07
HSL88.24º65.38%79.61%-
HSV(B)88.24º28.69%92.94%-
XYZ62.6276.4148.98-
YUV219.6899.4117.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=33.55%
G=38.79%
B=27.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371690.1400.290.0788.2465.3879.61
HexCDEDA9E01D7584150
Octal315355251160357130101120
Binary1100110111101101101010011110011101111101100010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDA9; }

 p { color: rgb(205,237,169); }

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

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

 a { background-color: rgb(205,237,169); }

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

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

 span { border-color: rgb(205,237,169); }

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