#CBD8DA

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

Shades of Zumthor #CBD8DA

Tints of Zumthor #CBD8DA

Color information

#CBD8DA (or 0xCBD8DA) is unknown color: approx Zumthor. HEX triplet: CB, D8 and DA. RGB value is (203,216,218). Sum of RGB (Red+Green+Blue) = 203+216+218=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8DA is #342725. Grayscale: #D4D4D4. Windows color (decimal): -3417894 or 14342347. OLE color: 14342347.

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

Color convert

RGB203216218-
CMYK0.070.0100.15
HSL188º16.85%82.55%-
HSV(B)188º6.88%85.49%-
XYZ61.8466.8775.98-
YUV212.34131.19121.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=31.87%
G=33.91%
B=34.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032162180.070.0100.1518816.8582.55
HexCBD8DA710Fbc1153
Octal3133303327101727421123
Binary11001011110110001101101011110111110111100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8DA; }

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

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

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

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

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

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

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

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