#C8DCDC

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

Shades of Zumthor #C8DCDC

Tints of Zumthor #C8DCDC

Color information

#C8DCDC (or 0xC8DCDC) is unknown color: approx Zumthor. HEX triplet: C8, DC and DC. RGB value is (200,220,220). Sum of RGB (Red+Green+Blue) = 200+220+220=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C8DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCDC is #372323. Grayscale: #D5D5D5. Windows color (decimal): -3613476 or 14474440. OLE color: 14474440.

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

Color convert

RGB200220220-
CMYK0.09000.14
HSL180º22.22%82.35%-
HSV(B)180º9.09%86.27%-
XYZ62.3368.6377.67-
YUV214.02131.37118-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=31.25%
G=34.38%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002202200.09000.1418022.2282.35
HexC8DCDC900Eb41652
Octal31033433411001626426122
Binary110010001101110011011100100100111010110100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCDC; }

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

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

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

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

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

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

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

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