#CDDCD0

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

Shades of Granny Apple #CDDCD0

Tints of Granny Apple #CDDCD0

Color information

#CDDCD0 (or 0xCDDCD0) is unknown color: approx Granny Apple. HEX triplet: CD, DC and D0. RGB value is (205,220,208). Sum of RGB (Red+Green+Blue) = 205+220+208=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCD0 is #32232F. Grayscale: #D6D6D6. Windows color (decimal): -3285808 or 13688013. OLE color: 13688013.

HSL color Cylindrical-coordinate representation of color #CDDCD0: hue angle of 132º 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 #CDDCD0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB205220208-
CMYK0.0700.050.14
HSL132º17.65%83.33%-
HSV(B)132º6.82%86.27%-
XYZ62.1668.7269.66-
YUV214.15124.53121.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=32.39%
G=34.76%
B=32.86%

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
Decimal2052202080.0700.050.1413217.6583.33
HexCDDCD0705E841253
Octal3153343207051620422123
Binary1100110111011100110100001110101111010000100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCD0; }

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

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

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

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

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

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

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

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