#C8DDDC

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

Shades of Zumthor #C8DDDC

Tints of Zumthor #C8DDDC

Color information

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

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

Color convert

RGB200221220-
CMYK0.1000.000.13
HSL177.14º23.6%82.55%-
HSV(B)177.14º9.5%86.67%-
XYZ62.5969.1677.76-
YUV214.61131.04117.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002212200.1000.000.13177.1423.682.55
HexC8DDDCA00Db11853
Octal31033533412001526130123
Binary110010001101110111011100101000110110110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDDC; }

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

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

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

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

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

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

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

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