#CBD4D5

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

Shades of Zumthor #CBD4D5

Tints of Zumthor #CBD4D5

Color information

#CBD4D5 (or 0xCBD4D5) is unknown color: approx Zumthor. HEX triplet: CB, D4 and D5. RGB value is (203,212,213). Sum of RGB (Red+Green+Blue) = 203+212+213=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBD4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4D5 is #342B2A. Grayscale: #D1D1D1. Windows color (decimal): -3418923 or 14013643. OLE color: 14013643.

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

Color convert

RGB203212213-
CMYK0.050.0000.16
HSL186º10.64%81.57%-
HSV(B)186º4.69%83.53%-
XYZ60.1864.5972.25-
YUV209.42130.02123.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 212 (83.20% from 255) = 33.76%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=32.32%
G=33.76%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032122130.050.0000.1618610.6481.57
HexCBD4D550010bab52
Octal3133243255002027213122
Binary11001011110101001101010110100100001011101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4D5; }

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

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

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

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

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

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

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

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