#CBD9D8

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

Shades of Zumthor #CBD9D8

Tints of Zumthor #CBD9D8

Color information

#CBD9D8 (or 0xCBD9D8) is unknown color: approx Zumthor. HEX triplet: CB, D9 and D8. RGB value is (203,217,216). Sum of RGB (Red+Green+Blue) = 203+217+216=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9D8 is #342627. Grayscale: #D4D4D4. Windows color (decimal): -3417640 or 14211531. OLE color: 14211531.

HSL color Cylindrical-coordinate representation of color #CBD9D8: hue angle of 175.71º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD9D8 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB203217216-
CMYK0.0600.000.15
HSL175.71º15.56%82.35%-
HSV(B)175.71º6.45%85.1%-
XYZ61.8467.2874.69-
YUV212.7129.86121.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=31.92%
G=34.12%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032172160.0600.000.15175.7115.5682.35
HexCBD9D8600Fb01052
Octal3133313306001726020122
Binary11001011110110011101100011000111110110000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9D8; }

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

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

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

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

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

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

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

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