#CEDCD1

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

Shades of Granny Apple #CEDCD1

Tints of Granny Apple #CEDCD1

Color information

#CEDCD1 (or 0xCEDCD1) is unknown color: approx Granny Apple. HEX triplet: CE, DC and D1. RGB value is (206,220,209). Sum of RGB (Red+Green+Blue) = 206+220+209=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCD1 is #31232E. Grayscale: #D6D6D6. Windows color (decimal): -3220271 or 13753550. OLE color: 13753550.

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

Color convert

RGB206220209-
CMYK0.0600.050.14
HSL132.86º16.67%83.53%-
HSV(B)132.86º6.36%86.27%-
XYZ62.5668.9170.33-
YUV214.56124.86121.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=32.44%
G=34.65%
B=32.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062202090.0600.050.14132.8616.6783.53
HexCEDCD1605E851154
Octal3163343216051620521124
Binary1100111011011100110100011100101111010000101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCD1; }

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

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

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

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

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

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

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

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