#CBDBDA

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

Shades of Zumthor #CBDBDA

Tints of Zumthor #CBDBDA

Color information

#CBDBDA (or 0xCBDBDA) is unknown color: approx Zumthor. HEX triplet: CB, DB and DA. RGB value is (203,219,218). Sum of RGB (Red+Green+Blue) = 203+219+218=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBDA is #342425. Grayscale: #D6D6D6. Windows color (decimal): -3417126 or 14343115. OLE color: 14343115.

HSL color Cylindrical-coordinate representation of color #CBDBDA: hue angle of 176.25º 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 #CBDBDA is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB203219218-
CMYK0.0700.000.14
HSL176.25º18.18%82.75%-
HSV(B)176.25º7.31%85.88%-
XYZ62.6268.4276.24-
YUV214.1130.2120.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=31.72%
G=34.22%
B=34.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192180.0700.000.14176.2518.1882.75
HexCBDBDA700Eb01253
Octal3133333327001626022123
Binary11001011110110111101101011100111010110000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBDA; }

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

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

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

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

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

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

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

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