#CBD2D5

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

Shades of Zumthor #CBD2D5

Tints of Zumthor #CBD2D5

Color information

#CBD2D5 (or 0xCBD2D5) is unknown color: approx Zumthor. HEX triplet: CB, D2 and D5. RGB value is (203,210,213). Sum of RGB (Red+Green+Blue) = 203+210+213=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBD2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2D5 is #342D2A. Grayscale: #D0D0D0. Windows color (decimal): -3419435 or 14013131. OLE color: 14013131.

HSL color Cylindrical-coordinate representation of color #CBD2D5: hue angle of 198º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBD2D5 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203210213-
CMYK0.050.0100.16
HSL198º10.64%81.57%-
HSV(B)198º4.69%83.53%-
XYZ59.6963.5972.08-
YUV208.25130.68124.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 210 (82.42% from 255) = 33.55%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=32.43%
G=33.55%
B=34.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032102130.050.0100.1619810.6481.57
HexCBD2D551010c6b52
Octal3133223255102030613122
Binary11001011110100101101010110110100001100011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2D5; }

 p { color: rgb(203,210,213); }

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

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

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

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

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

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

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