#CBD6D5

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

Shades of Zumthor #CBD6D5

Tints of Zumthor #CBD6D5

Color information

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

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

Color convert

RGB203214213-
CMYK0.0500.000.16
HSL174.55º11.83%81.76%-
HSV(B)174.55º5.14%83.92%-
XYZ60.6965.5972.41-
YUV210.6129.36122.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032142130.0500.000.16174.5511.8381.76
HexCBD6D550010afc52
Octal3133263255002025714122
Binary11001011110101101101010110100100001010111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6D5; }

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

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

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

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

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

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

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

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