#CBD7D6

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

Shades of Zumthor #CBD7D6

Tints of Zumthor #CBD7D6

Color information

#CBD7D6 (or 0xCBD7D6) is unknown color: approx Zumthor. HEX triplet: CB, D7 and D6. RGB value is (203,215,214). Sum of RGB (Red+Green+Blue) = 203+215+214=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7D6 is #342829. Grayscale: #D3D3D3. Windows color (decimal): -3418154 or 14079947. OLE color: 14079947.

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

Color convert

RGB203215214-
CMYK0.0600.000.16
HSL175º13.04%81.96%-
HSV(B)175º5.58%84.31%-
XYZ61.0766.1573.17-
YUV211.3129.52122.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=32.12%
G=34.02%
B=33.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032152140.0600.000.1617513.0481.96
HexCBD7D660010afd52
Octal3133273266002025715122
Binary11001011110101111101011011000100001010111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7D6; }

 p { color: rgb(203,215,214); }

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

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

 a { background-color: rgb(203,215,214); }

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

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

 span { border-color: rgb(203,215,214); }

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