#CBDADD

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

Shades of Zumthor #CBDADD

Tints of Zumthor #CBDADD

Color information

#CBDADD (or 0xCBDADD) is unknown color: approx Zumthor. HEX triplet: CB, DA and DD. RGB value is (203,218,221). Sum of RGB (Red+Green+Blue) = 203+218+221=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDADD is #342522. Grayscale: #D5D5D5. Windows color (decimal): -3417379 or 14539467. OLE color: 14539467.

HSL color Cylindrical-coordinate representation of color #CBDADD: hue angle of 190º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDADD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203218221-
CMYK0.080.0100.13
HSL190º20.93%83.14%-
HSV(B)190º8.14%86.67%-
XYZ62.7568.0678.24-
YUV213.86132.03120.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=31.62%
G=33.96%
B=34.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032182210.080.0100.1319020.9383.14
HexCBDADD810Dbe1553
Octal31333233510101527625123
Binary110010111101101011011101100010110110111110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDADD; }

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

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

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

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

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

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

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

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