#C8DADC

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

Shades of Zumthor #C8DADC

Tints of Zumthor #C8DADC

Color information

#C8DADC (or 0xC8DADC) is unknown color: approx Zumthor. HEX triplet: C8, DA and DC. RGB value is (200,218,220). Sum of RGB (Red+Green+Blue) = 200+218+220=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DADC is #372523. Grayscale: #D4D4D4. Windows color (decimal): -3613988 or 14473928. OLE color: 14473928.

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

Color convert

RGB200218220-
CMYK0.090.0100.14
HSL186º22.22%82.35%-
HSV(B)186º9.09%86.27%-
XYZ61.8167.5977.5-
YUV212.85132.04118.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.35%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=31.35%
G=34.17%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002182200.090.0100.1418622.2282.35
HexC8DADC910Eba1652
Octal31033233411101627226122
Binary110010001101101011011100100110111010111010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DADC; }

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

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

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

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

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

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

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

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