#CDEDA6

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

Shades of Reef #CDEDA6

Tints of Reef #CDEDA6

Color information

#CDEDA6 (or 0xCDEDA6) is unknown color: approx Reef. HEX triplet: CD, ED and A6. RGB value is (205,237,166). Sum of RGB (Red+Green+Blue) = 205+237+166=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDA6 is #321259. Grayscale: #DBDBDB. Windows color (decimal): -3281498 or 10939853. OLE color: 10939853.

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

Color convert

RGB205237166-
CMYK0.1400.300.07
HSL87.04º66.36%79.02%-
HSV(B)87.04º29.96%92.94%-
XYZ62.3476.347.52-
YUV219.3497.9117.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 166 (65.23% from 255) = 27.30%
R=33.72%
G=38.98%
B=27.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371660.1400.300.0787.0466.3679.02
HexCDEDA6E01E757424f
Octal315355246160367127102117
Binary1100110111101101101001101110011110111101011110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDA6; }

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

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

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

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

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

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

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

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