#CBD9DA

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

Shades of Zumthor #CBD9DA

Tints of Zumthor #CBD9DA

Color information

#CBD9DA (or 0xCBD9DA) is unknown color: approx Zumthor. HEX triplet: CB, D9 and DA. RGB value is (203,217,218). Sum of RGB (Red+Green+Blue) = 203+217+218=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9DA is #342625. Grayscale: #D4D4D4. Windows color (decimal): -3417638 or 14342603. OLE color: 14342603.

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

Color convert

RGB203217218-
CMYK0.070.0000.15
HSL184º16.85%82.55%-
HSV(B)184º6.88%85.49%-
XYZ62.167.3876.06-
YUV212.93130.86120.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=31.82%
G=34.01%
B=34.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032172180.070.0000.1518416.8582.55
HexCBD9DA700Fb81153
Octal3133313327001727021123
Binary11001011110110011101101011100111110111000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9DA; }

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

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

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

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

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

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

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

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