#C8DDDB

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

Shades of Zumthor #C8DDDB

Tints of Zumthor #C8DDDB

Color information

#C8DDDB (or 0xC8DDDB) is unknown color: approx Zumthor. HEX triplet: C8, DD and DB. RGB value is (200,221,219). Sum of RGB (Red+Green+Blue) = 200+221+219=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDDB is #372224. Grayscale: #D6D6D6. Windows color (decimal): -3613221 or 14409160. OLE color: 14409160.

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

Color convert

RGB200221219-
CMYK0.1000.010.13
HSL174.29º23.6%82.55%-
HSV(B)174.29º9.5%86.67%-
XYZ62.4669.1177.06-
YUV214.49130.54117.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=31.25%
G=34.53%
B=34.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002212190.1000.010.13174.2923.682.55
HexC8DDDBA01Dae1853
Octal31033533312011525630123
Binary110010001101110111011011101001110110101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDDB; }

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

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

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

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

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

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

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

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