#CDF2CE

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

Shades of Granny Apple #CDF2CE

Tints of Granny Apple #CDF2CE

Color information

#CDF2CE (or 0xCDF2CE) is unknown color: approx Granny Apple. HEX triplet: CD, F2 and CE. RGB value is (205,242,206). Sum of RGB (Red+Green+Blue) = 205+242+206=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2CE is #320D31. Grayscale: #E2E2E2. Windows color (decimal): -3280178 or 13562573. OLE color: 13562573.

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

Color convert

RGB205242206-
CMYK0.1500.150.05
HSL121.62º58.73%87.65%-
HSV(B)121.62º15.29%94.9%-
XYZ68.0780.9470.43-
YUV226.83116.24112.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=31.39%
G=37.06%
B=31.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052422060.1500.150.05121.6258.7387.65
HexCDF2CEF0F57a3b58
Octal31536231617017517273130
Binary11001101111100101100111011110111110111110101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2CE; }

 p { color: rgb(205,242,206); }

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

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

 a { background-color: rgb(205,242,206); }

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

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

 span { border-color: rgb(205,242,206); }

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