#C8DDDE

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

Shades of Zumthor #C8DDDE

Tints of Zumthor #C8DDDE

Color information

#C8DDDE (or 0xC8DDDE) is unknown color: approx Zumthor. HEX triplet: C8, DD and DE. RGB value is (200,221,222). Sum of RGB (Red+Green+Blue) = 200+221+222=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDDE is #372221. Grayscale: #D6D6D6. Windows color (decimal): -3613218 or 14605768. OLE color: 14605768.

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

Color convert

RGB200221222-
CMYK0.100.0000.13
HSL182.73º25%82.75%-
HSV(B)182.73º9.91%87.06%-
XYZ62.8669.2779.16-
YUV214.83132.04117.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=31.10%
G=34.37%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002212220.100.0000.13182.732582.75
HexC8DDDEA00Db71953
Octal31033533612001526731123
Binary110010001101110111011110101000110110110111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDDE; }

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

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

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

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

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

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

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

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