#CBDADC

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

Shades of Zumthor #CBDADC

Tints of Zumthor #CBDADC

Color information

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

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

Color convert

RGB203218220-
CMYK0.080.0100.14
HSL187.06º19.54%82.94%-
HSV(B)187.06º7.73%86.27%-
XYZ62.6268.0177.54-
YUV213.74131.53120.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032182200.080.0100.14187.0619.5482.94
HexCBDADC810Ebb1453
Octal31333233410101627324123
Binary110010111101101011011100100010111010111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDADC; }

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

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

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

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

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

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

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

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