#CED9DC

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

Shades of Zumthor #CED9DC

Tints of Zumthor #CED9DC

Color information

#CED9DC (or 0xCED9DC) is unknown color: approx Zumthor. HEX triplet: CE, D9 and DC. RGB value is (206,217,220). Sum of RGB (Red+Green+Blue) = 206+217+220=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9DC is #312623. Grayscale: #D6D6D6. Windows color (decimal): -3221028 or 14473678. OLE color: 14473678.

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

Color convert

RGB206217220-
CMYK0.060.0100.14
HSL192.86º16.67%83.53%-
HSV(B)192.86º6.36%86.27%-
XYZ63.1867.9177.49-
YUV214.05131.36122.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=32.04%
G=33.75%
B=34.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062172200.060.0100.14192.8616.6783.53
HexCED9DC610Ec11154
Octal3163313346101630121124
Binary11001110110110011101110011010111011000001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9DC; }

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

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

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

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

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

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

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

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