#CDEDA8

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

Shades of Reef #CDEDA8

Tints of Reef #CDEDA8

Color information

#CDEDA8 (or 0xCDEDA8) is unknown color: approx Reef. HEX triplet: CD, ED and A8. RGB value is (205,237,168). Sum of RGB (Red+Green+Blue) = 205+237+168=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDA8 is #321257. Grayscale: #DBDBDB. Windows color (decimal): -3281496 or 11070925. OLE color: 11070925.

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

Color convert

RGB205237168-
CMYK0.1400.290.07
HSL87.83º65.71%79.41%-
HSV(B)87.83º29.11%92.94%-
XYZ62.5376.3748.49-
YUV219.5798.9117.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 168 (66.02% from 255) = 27.54%
R=33.61%
G=38.85%
B=27.54%

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
Decimal2052371680.1400.290.0787.8365.7179.41
HexCDEDA8E01D758424f
Octal315355250160357130102117
Binary1100110111101101101010001110011101111101100010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDA8; }

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

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

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

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

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

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

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

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