#CBD3D5

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

Shades of Zumthor #CBD3D5

Tints of Zumthor #CBD3D5

Color information

#CBD3D5 (or 0xCBD3D5) is unknown color: approx Zumthor. HEX triplet: CB, D3 and D5. RGB value is (203,211,213). Sum of RGB (Red+Green+Blue) = 203+211+213=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBD3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD3D5 is #342C2A. Grayscale: #D0D0D0. Windows color (decimal): -3419179 or 14013387. OLE color: 14013387.

HSL color Cylindrical-coordinate representation of color #CBD3D5: hue angle of 192º 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 #CBD3D5 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203211213-
CMYK0.050.0100.16
HSL192º10.64%81.57%-
HSV(B)192º4.69%83.53%-
XYZ59.9364.0972.16-
YUV208.84130.35123.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=32.38%
G=33.65%
B=33.97%

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
Decimal2032112130.050.0100.1619210.6481.57
HexCBD3D551010c0b52
Octal3133233255102030013122
Binary11001011110100111101010110110100001100000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD3D5; }

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

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

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

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

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

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

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

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