#CED9DB

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

Shades of Zumthor #CED9DB

Tints of Zumthor #CED9DB

Color information

#CED9DB (or 0xCED9DB) is unknown color: approx Zumthor. HEX triplet: CE, D9 and DB. RGB value is (206,217,219). Sum of RGB (Red+Green+Blue) = 206+217+219=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9DB is #312624. Grayscale: #D5D5D5. Windows color (decimal): -3221029 or 14408142. OLE color: 14408142.

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

Color convert

RGB206217219-
CMYK0.060.0100.14
HSL189.23º15.29%83.33%-
HSV(B)189.23º5.94%85.88%-
XYZ63.0567.8676.79-
YUV213.94130.86122.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 217 (85.16% from 255) = 33.80%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=32.09%
G=33.80%
B=34.11%

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
Decimal2062172190.060.0100.14189.2315.2983.33
HexCED9DB610Ebdf53
Octal3163313336101627517123
Binary1100111011011001110110111101011101011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9DB; }

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

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

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

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

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

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

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

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