#CBD7DB

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

Shades of Zumthor #CBD7DB

Tints of Zumthor #CBD7DB

Color information

#CBD7DB (or 0xCBD7DB) is unknown color: approx Zumthor. HEX triplet: CB, D7 and DB. RGB value is (203,215,219). Sum of RGB (Red+Green+Blue) = 203+215+219=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7DB is #342824. Grayscale: #D3D3D3. Windows color (decimal): -3418149 or 14407627. OLE color: 14407627.

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

Color convert

RGB203215219-
CMYK0.070.0200.14
HSL195º18.18%82.75%-
HSV(B)195º7.31%85.88%-
XYZ61.7266.4176.58-
YUV211.87132.02121.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=31.87%
G=33.75%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032152190.070.0200.1419518.1882.75
HexCBD7DB720Ec31253
Octal3133273337201630322123
Binary110010111101011111011011111100111011000011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7DB; }

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

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

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

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

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

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

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

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