#CDEFAD

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

Shades of Reef #CDEFAD

Tints of Reef #CDEFAD

Color information

#CDEFAD (or 0xCDEFAD) is unknown color: approx Reef. HEX triplet: CD, EF and AD. RGB value is (205,239,173). Sum of RGB (Red+Green+Blue) = 205+239+173=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFAD is #321052. Grayscale: #DDDDDD. Windows color (decimal): -3280979 or 11399117. OLE color: 11399117.

HSL color Cylindrical-coordinate representation of color #CDEFAD: hue angle of 90.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDEFAD is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB205239173-
CMYK0.1400.280.06
HSL90.91º67.35%80.78%-
HSV(B)90.91º27.62%93.73%-
XYZ63.5977.7351.19-
YUV221.31100.74116.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=33.23%
G=38.74%
B=28.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391730.1400.280.0690.9167.3580.78
HexCDEFADE01C65b4351
Octal315357255160346133103121
Binary1100110111101111101011011110011100110101101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFAD; }

 p { color: rgb(205,239,173); }

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

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

 a { background-color: rgb(205,239,173); }

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

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

 span { border-color: rgb(205,239,173); }

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