#CDDCCF

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

Shades of Granny Apple #CDDCCF

Tints of Granny Apple #CDDCCF

Color information

#CDDCCF (or 0xCDDCCF) is unknown color: approx Granny Apple. HEX triplet: CD, DC and CF. RGB value is (205,220,207). Sum of RGB (Red+Green+Blue) = 205+220+207=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCF is #322330. Grayscale: #D6D6D6. Windows color (decimal): -3285809 or 13622477. OLE color: 13622477.

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

Color convert

RGB205220207-
CMYK0.0700.060.14
HSL128º17.65%83.33%-
HSV(B)128º6.82%86.27%-
XYZ62.0368.6769.02-
YUV214.03124.03121.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=32.44%
G=34.81%
B=32.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052202070.0700.060.1412817.6583.33
HexCDDCCF706E801253
Octal3153343177061620022123
Binary1100110111011100110011111110110111010000000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCCF; }

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

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

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

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

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

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

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

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