#CBD9DD

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

Shades of Zumthor #CBD9DD

Tints of Zumthor #CBD9DD

Color information

#CBD9DD (or 0xCBD9DD) is unknown color: approx Zumthor. HEX triplet: CB, D9 and DD. RGB value is (203,217,221). Sum of RGB (Red+Green+Blue) = 203+217+221=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9DD is #342622. Grayscale: #D5D5D5. Windows color (decimal): -3417635 or 14539211. OLE color: 14539211.

HSL color Cylindrical-coordinate representation of color #CBD9DD: hue angle of 193.33º 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 #CBD9DD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203217221-
CMYK0.080.0200.13
HSL193.33º20.93%83.14%-
HSV(B)193.33º8.14%86.67%-
XYZ62.4967.5478.15-
YUV213.27132.36120.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=31.67%
G=33.85%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032172210.080.0200.13193.3320.9383.14
HexCBD9DD820Dc11553
Octal31333133510201530125123
Binary1100101111011001110111011000100110111000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9DD; }

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

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

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

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

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

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

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

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