#CDF0D5

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

Shades of Granny Apple #CDF0D5

Tints of Granny Apple #CDF0D5

Color information

#CDF0D5 (or 0xCDF0D5) is unknown color: approx Granny Apple. HEX triplet: CD, F0 and D5. RGB value is (205,240,213). Sum of RGB (Red+Green+Blue) = 205+240+213=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0D5 is #320F2A. Grayscale: #E2E2E2. Windows color (decimal): -3280683 or 14020813. OLE color: 14020813.

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

Color convert

RGB205240213-
CMYK0.1500.110.06
HSL133.71º53.85%87.25%-
HSV(B)133.71º14.58%94.12%-
XYZ68.3580.174.81-
YUV226.46120.4112.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 240 (94.14% from 255) = 36.47%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=31.16%
G=36.47%
B=32.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052402130.1500.110.06133.7153.8587.25
HexCDF0D5F0B6863657
Octal31536032517013620666127
Binary110011011111000011010101111101011110100001101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0D5; }

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

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

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

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

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

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

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

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