#CBDBDE

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

Shades of Zumthor #CBDBDE

Tints of Zumthor #CBDBDE

Color information

#CBDBDE (or 0xCBDBDE) is unknown color: approx Zumthor. HEX triplet: CB, DB and DE. RGB value is (203,219,222). Sum of RGB (Red+Green+Blue) = 203+219+222=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBDE is #342421. Grayscale: #D6D6D6. Windows color (decimal): -3417122 or 14605259. OLE color: 14605259.

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

Color convert

RGB203219222-
CMYK0.090.0100.13
HSL189.47º22.35%83.33%-
HSV(B)189.47º8.56%87.06%-
XYZ63.1468.6379.03-
YUV214.56132.2119.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.52%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=31.52%
G=34.01%
B=34.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032192220.090.0100.13189.4722.3583.33
HexCBDBDE910Dbd1653
Octal31333333611101527526123
Binary110010111101101111011110100110110110111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBDE; }

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

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

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

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

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

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

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

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