#CBDCDA

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

Shades of Zumthor #CBDCDA

Tints of Zumthor #CBDCDA

Color information

#CBDCDA (or 0xCBDCDA) is unknown color: approx Zumthor. HEX triplet: CB, DC and DA. RGB value is (203,220,218). Sum of RGB (Red+Green+Blue) = 203+220+218=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCDA is #342325. Grayscale: #D6D6D6. Windows color (decimal): -3416870 or 14343371. OLE color: 14343371.

HSL color Cylindrical-coordinate representation of color #CBDCDA: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDCDA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB203220218-
CMYK0.0800.010.14
HSL172.94º19.54%82.94%-
HSV(B)172.94º7.73%86.27%-
XYZ62.8868.9476.32-
YUV214.69129.87119.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=31.67%
G=34.32%
B=34.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032202180.0800.010.14172.9419.5482.94
HexCBDCDA801Ead1453
Octal31333433210011625524123
Binary110010111101110011011010100001111010101101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCDA; }

 p { color: rgb(203,220,218); }

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

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

 a { background-color: rgb(203,220,218); }

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

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

 span { border-color: rgb(203,220,218); }

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