#C9DCDF

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

Shades of Zumthor #C9DCDF

Tints of Zumthor #C9DCDF

Color information

#C9DCDF (or 0xC9DCDF) is unknown color: approx Zumthor. HEX triplet: C9, DC and DF. RGB value is (201,220,223). Sum of RGB (Red+Green+Blue) = 201+220+223=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCDF is #362320. Grayscale: #D6D6D6. Windows color (decimal): -3547937 or 14671049. OLE color: 14671049.

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

Color convert

RGB201220223-
CMYK0.100.0100.13
HSL188.18º25.58%83.14%-
HSV(B)188.18º9.87%87.45%-
XYZ6368.9379.8-
YUV214.66132.71118.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.21%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=31.21%
G=34.16%
B=34.63%

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
Decimal2012202230.100.0100.13188.1825.5883.14
HexC9DCDFA10Dbc1a53
Octal31133433712101527432123
Binary110010011101110011011111101010110110111100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCDF; }

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

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

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

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

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

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

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

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