#C8DADD

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

Shades of Zumthor #C8DADD

Tints of Zumthor #C8DADD

Color information

#C8DADD (or 0xC8DADD) is unknown color: approx Zumthor. HEX triplet: C8, DA and DD. RGB value is (200,218,221). Sum of RGB (Red+Green+Blue) = 200+218+221=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DADD is #372522. Grayscale: #D4D4D4. Windows color (decimal): -3613987 or 14539464. OLE color: 14539464.

HSL color Cylindrical-coordinate representation of color #C8DADD: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DADD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200218221-
CMYK0.100.0100.13
HSL188.57º23.6%82.55%-
HSV(B)188.57º9.5%86.67%-
XYZ61.9467.6478.2-
YUV212.96132.54118.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.30%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=31.30%
G=34.12%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002182210.100.0100.13188.5723.682.55
HexC8DADDA10Dbd1853
Octal31033233512101527530123
Binary110010001101101011011101101010110110111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DADD; }

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

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

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

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

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

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

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

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