#CBDADB

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

Shades of Zumthor #CBDADB

Tints of Zumthor #CBDADB

Color information

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

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

Color convert

RGB203218219-
CMYK0.070.0000.14
HSL183.75º18.18%82.75%-
HSV(B)183.75º7.31%85.88%-
XYZ62.4967.9576.84-
YUV213.63131.03120.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032182190.070.0000.14183.7518.1882.75
HexCBDADB700Eb81253
Octal3133323337001627022123
Binary11001011110110101101101111100111010111000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDADB; }

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

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

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

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

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

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

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

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