#CDF2D8

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

Shades of Granny Apple #CDF2D8

Tints of Granny Apple #CDF2D8

Color information

#CDF2D8 (or 0xCDF2D8) is unknown color: approx Granny Apple. HEX triplet: CD, F2 and D8. RGB value is (205,242,216). Sum of RGB (Red+Green+Blue) = 205+242+216=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2D8 is #320D27. Grayscale: #E4E4E4. Windows color (decimal): -3280168 or 14217933. OLE color: 14217933.

HSL color Cylindrical-coordinate representation of color #CDF2D8: hue angle of 137.84º 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 #CDF2D8 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB205242216-
CMYK0.1500.110.05
HSL137.84º58.73%87.65%-
HSV(B)137.84º15.29%94.9%-
XYZ69.3281.4477.03-
YUV227.97121.24111.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 216 (84.77% from 255) = 32.58%
R=30.92%
G=36.50%
B=32.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052422160.1500.110.05137.8458.7387.65
HexCDF2D8F0B58a3b58
Octal31536233017013521273130
Binary110011011111001011011000111101011101100010101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2D8; }

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

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

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

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

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

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

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

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