#C8DCDD

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

Shades of Zumthor #C8DCDD

Tints of Zumthor #C8DCDD

Color information

#C8DCDD (or 0xC8DCDD) is unknown color: approx Zumthor. HEX triplet: C8, DC and DD. RGB value is (200,220,221). Sum of RGB (Red+Green+Blue) = 200+220+221=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCDD is #372322. Grayscale: #D6D6D6. Windows color (decimal): -3613475 or 14539976. OLE color: 14539976.

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

Color convert

RGB200220221-
CMYK0.100.0000.13
HSL182.86º23.6%82.55%-
HSV(B)182.86º9.5%86.67%-
XYZ62.4668.6978.37-
YUV214.13131.87117.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=31.20%
G=34.32%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002202210.100.0000.13182.8623.682.55
HexC8DCDDA00Db71853
Octal31033433512001526730123
Binary110010001101110011011101101000110110110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCDD; }

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

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

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

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

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

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

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

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