#CDDFD0

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

Shades of Granny Apple #CDDFD0

Tints of Granny Apple #CDDFD0

Color information

#CDDFD0 (or 0xCDDFD0) is unknown color: approx Granny Apple. HEX triplet: CD, DF and D0. RGB value is (205,223,208). Sum of RGB (Red+Green+Blue) = 205+223+208=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFD0 is #32202F. Grayscale: #D7D7D7. Windows color (decimal): -3285040 or 13688781. OLE color: 13688781.

HSL color Cylindrical-coordinate representation of color #CDDFD0: hue angle of 130º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDFD0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB205223208-
CMYK0.0800.070.13
HSL130º21.95%83.92%-
HSV(B)130º8.07%87.45%-
XYZ62.9570.3169.93-
YUV215.91123.54120.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=32.23%
G=35.06%
B=32.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052232080.0800.070.1313021.9583.92
HexCDDFD0807D821654
Octal31533732010071520226124
Binary11001101110111111101000010000111110110000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFD0; }

 p { color: rgb(205,223,208); }

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

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

 a { background-color: rgb(205,223,208); }

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

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

 span { border-color: rgb(205,223,208); }

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