#CBD9DC

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

Shades of Zumthor #CBD9DC

Tints of Zumthor #CBD9DC

Color information

#CBD9DC (or 0xCBD9DC) is unknown color: approx Zumthor. HEX triplet: CB, D9 and DC. RGB value is (203,217,220). Sum of RGB (Red+Green+Blue) = 203+217+220=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9DC is #342623. Grayscale: #D5D5D5. Windows color (decimal): -3417636 or 14473675. OLE color: 14473675.

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

Color convert

RGB203217220-
CMYK0.080.0100.14
HSL190.59º19.54%82.94%-
HSV(B)190.59º7.73%86.27%-
XYZ62.3667.4977.45-
YUV213.16131.86120.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=31.72%
G=33.91%
B=34.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032172200.080.0100.14190.5919.5482.94
HexCBD9DC810Ebf1453
Octal31333133410101627724123
Binary110010111101100111011100100010111010111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9DC; }

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

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

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

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

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

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

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

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