#C8DCDF

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

Shades of Zumthor #C8DCDF

Tints of Zumthor #C8DCDF

Color information

#C8DCDF (or 0xC8DCDF) is unknown color: approx Zumthor. HEX triplet: C8, DC and DF. RGB value is (200,220,223). Sum of RGB (Red+Green+Blue) = 200+220+223=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCDF is #372320. Grayscale: #D6D6D6. Windows color (decimal): -3613473 or 14671048. OLE color: 14671048.

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

Color convert

RGB200220223-
CMYK0.100.0100.13
HSL187.83º26.44%82.94%-
HSV(B)187.83º10.31%87.45%-
XYZ62.7368.7979.78-
YUV214.36132.87117.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=31.10%
G=34.21%
B=34.68%

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
Decimal2002202230.100.0100.13187.8326.4482.94
HexC8DCDFA10Dbc1a53
Octal31033433712101527432123
Binary110010001101110011011111101010110110111100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCDF; }

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

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

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

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

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

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

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

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