#CDDCD1

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

Shades of Granny Apple #CDDCD1

Tints of Granny Apple #CDDCD1

Color information

#CDDCD1 (or 0xCDDCD1) is unknown color: approx Granny Apple. HEX triplet: CD, DC and D1. RGB value is (205,220,209). Sum of RGB (Red+Green+Blue) = 205+220+209=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCD1 is #32232E. Grayscale: #D6D6D6. Windows color (decimal): -3285807 or 13753549. OLE color: 13753549.

HSL color Cylindrical-coordinate representation of color #CDDCD1: hue angle of 136º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDCD1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB205220209-
CMYK0.0700.050.14
HSL136º17.65%83.33%-
HSV(B)136º6.82%86.27%-
XYZ62.2868.7770.31-
YUV214.26125.03121.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 209 (82.03% from 255) = 32.97%
R=32.33%
G=34.70%
B=32.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052202090.0700.050.1413617.6583.33
HexCDDCD1705E881253
Octal3153343217051621022123
Binary1100110111011100110100011110101111010001000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCD1; }

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

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

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

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

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

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

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

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