#CBDBDB

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

Shades of Zumthor #CBDBDB

Tints of Zumthor #CBDBDB

Color information

#CBDBDB (or 0xCBDBDB) is unknown color: approx Zumthor. HEX triplet: CB, DB and DB. RGB value is (203,219,219). Sum of RGB (Red+Green+Blue) = 203+219+219=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #CBDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBDB is #342424. Grayscale: #D6D6D6. Windows color (decimal): -3417125 or 14408651. OLE color: 14408651.

HSL color Cylindrical-coordinate representation of color #CBDBDB: hue angle of 180º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDBDB is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203219219-
CMYK0.07000.14
HSL180º18.18%82.75%-
HSV(B)180º7.31%85.88%-
XYZ62.7568.4776.93-
YUV214.22130.7120-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=31.67%
G=34.17%
B=34.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192190.07000.1418018.1882.75
HexCBDBDB700Eb41253
Octal3133333337001626422123
Binary11001011110110111101101111100111010110100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBDB; }

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

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

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

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

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

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

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

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