#CDF0D2

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

Shades of Granny Apple #CDF0D2

Tints of Granny Apple #CDF0D2

Color information

#CDF0D2 (or 0xCDF0D2) is unknown color: approx Granny Apple. HEX triplet: CD, F0 and D2. RGB value is (205,240,210). Sum of RGB (Red+Green+Blue) = 205+240+210=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0D2 is #320F2D. Grayscale: #E2E2E2. Windows color (decimal): -3280686 or 13824205. OLE color: 13824205.

HSL color Cylindrical-coordinate representation of color #CDF0D2: hue angle of 128.57º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF0D2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB205240210-
CMYK0.1500.120.06
HSL128.57º53.85%87.25%-
HSV(B)128.57º14.58%94.12%-
XYZ67.9779.9572.82-
YUV226.11118.9112.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 240 (94.14% from 255) = 36.64%
BLUE value IS 210 (82.42% from 255) = 32.06%
R=31.30%
G=36.64%
B=32.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052402100.1500.120.06128.5753.8587.25
HexCDF0D2F0C6813657
Octal31536032217014620166127
Binary110011011111000011010010111101100110100000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0D2; }

 p { color: rgb(205,240,210); }

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

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

 a { background-color: rgb(205,240,210); }

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

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

 span { border-color: rgb(205,240,210); }

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