#CDEDAF

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

Shades of Reef #CDEDAF

Tints of Reef #CDEDAF

Color information

#CDEDAF (or 0xCDEDAF) is unknown color: approx Reef. HEX triplet: CD, ED and AF. RGB value is (205,237,175). Sum of RGB (Red+Green+Blue) = 205+237+175=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDAF is #321250. Grayscale: #DCDCDC. Windows color (decimal): -3281489 or 11529677. OLE color: 11529677.

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

Color convert

RGB205237175-
CMYK0.1400.260.07
HSL90.97º63.27%80.78%-
HSV(B)90.97º26.16%92.94%-
XYZ63.276.6452.02-
YUV220.36102.4117.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=33.23%
G=38.41%
B=28.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371750.1400.260.0790.9763.2780.78
HexCDEDAFE01A75b3f51
Octal31535525716032713377121
Binary110011011110110110101111111001101011110110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDAF; }

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

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

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

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

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

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

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

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