#CDDFD1

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

Shades of Granny Apple #CDDFD1

Tints of Granny Apple #CDDFD1

Color information

#CDDFD1 (or 0xCDDFD1) is unknown color: approx Granny Apple. HEX triplet: CD, DF and D1. RGB value is (205,223,209). Sum of RGB (Red+Green+Blue) = 205+223+209=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFD1 is #32202E. Grayscale: #D8D8D8. Windows color (decimal): -3285039 or 13754317. OLE color: 13754317.

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

Color convert

RGB205223209-
CMYK0.0800.060.13
HSL133.33º21.95%83.92%-
HSV(B)133.33º8.07%87.45%-
XYZ63.0770.3670.58-
YUV216.02124.04120.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 209 (82.03% from 255) = 32.81%
R=32.18%
G=35.01%
B=32.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052232090.0800.060.13133.3321.9583.92
HexCDDFD1806D851654
Octal31533732110061520526124
Binary11001101110111111101000110000110110110000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFD1; }

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

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

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

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

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

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

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

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