#CBD5D6

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

Shades of Zumthor #CBD5D6

Tints of Zumthor #CBD5D6

Color information

#CBD5D6 (or 0xCBD5D6) is unknown color: approx Zumthor. HEX triplet: CB, D5 and D6. RGB value is (203,213,214). Sum of RGB (Red+Green+Blue) = 203+213+214=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBD5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5D6 is #342A29. Grayscale: #D2D2D2. Windows color (decimal): -3418666 or 14079435. OLE color: 14079435.

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

Color convert

RGB203213214-
CMYK0.050.0000.16
HSL185.45º11.83%81.76%-
HSV(B)185.45º5.14%83.92%-
XYZ60.5665.1473-
YUV210.12130.19122.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 214 (83.98% from 255) = 33.97%
R=32.22%
G=33.81%
B=33.97%

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
Decimal2032132140.050.0000.16185.4511.8381.76
HexCBD5D650010b9c52
Octal3133253265002027114122
Binary11001011110101011101011010100100001011100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5D6; }

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

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

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

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

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

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

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

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