#CDEDA0

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

Shades of Reef #CDEDA0

Tints of Reef #CDEDA0

Color information

#CDEDA0 (or 0xCDEDA0) is unknown color: approx Reef. HEX triplet: CD, ED and A0. RGB value is (205,237,160). Sum of RGB (Red+Green+Blue) = 205+237+160=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDA0 is #32125F. Grayscale: #DADADA. Windows color (decimal): -3281504 or 10546637. OLE color: 10546637.

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

Color convert

RGB205237160-
CMYK0.1400.320.07
HSL84.94º68.14%77.84%-
HSV(B)84.94º32.49%92.94%-
XYZ61.8176.0944.69-
YUV218.6594.9118.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=34.05%
G=39.37%
B=26.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371600.1400.320.0784.9468.1477.84
HexCDEDA0E020755444e
Octal315355240160407125104116
Binary11001101111011011010000011100100000111101010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDA0; }

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

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

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

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

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

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

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

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