#CDDED0

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

Shades of Granny Apple #CDDED0

Tints of Granny Apple #CDDED0

Color information

#CDDED0 (or 0xCDDED0) is unknown color: approx Granny Apple. HEX triplet: CD, DE and D0. RGB value is (205,222,208). Sum of RGB (Red+Green+Blue) = 205+222+208=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDED0 is #32212F. Grayscale: #D7D7D7. Windows color (decimal): -3285296 or 13688525. OLE color: 13688525.

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

Color convert

RGB205222208-
CMYK0.0800.060.13
HSL130.59º20.48%83.73%-
HSV(B)130.59º7.66%87.06%-
XYZ62.6869.7869.84-
YUV215.32123.87120.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=32.28%
G=34.96%
B=32.76%

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
Decimal2052222080.0800.060.13130.5920.4883.73
HexCDDED0806D831454
Octal31533632010061520324124
Binary11001101110111101101000010000110110110000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDED0; }

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

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

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

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

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

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

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

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