#CDF1AD

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

Shades of Reef #CDF1AD

Tints of Reef #CDF1AD

Color information

#CDF1AD (or 0xCDF1AD) is unknown color: approx Reef. HEX triplet: CD, F1 and AD. RGB value is (205,241,173). Sum of RGB (Red+Green+Blue) = 205+241+173=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF1AD is #320E52. Grayscale: #DEDEDE. Windows color (decimal): -3280467 or 11399629. OLE color: 11399629.

HSL color Cylindrical-coordinate representation of color #CDF1AD: hue angle of 91.76º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDF1AD is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB205241173-
CMYK0.1500.280.05
HSL91.76º70.83%81.18%-
HSV(B)91.76º28.22%94.51%-
XYZ64.1778.9151.38-
YUV222.48100.07115.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=33.12%
G=38.93%
B=27.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052411730.1500.280.0591.7670.8381.18
HexCDF1ADF01C55c4751
Octal315361255170345134107121
Binary1100110111110001101011011111011100101101110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF1AD; }

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

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

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

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

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

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

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

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