#C8D2D4

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

Shades of Zumthor #C8D2D4

Tints of Zumthor #C8D2D4

Color information

#C8D2D4 (or 0xC8D2D4) is unknown color: approx Zumthor. HEX triplet: C8, D2 and D4. RGB value is (200,210,212). Sum of RGB (Red+Green+Blue) = 200+210+212=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 212 - color contains mainly: blue. Hex color #C8D2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2D4 is #372D2B. Grayscale: #CFCFCF. Windows color (decimal): -3616044 or 13947592. OLE color: 13947592.

HSL color Cylindrical-coordinate representation of color #C8D2D4: hue angle of 190º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8D2D4 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200210212-
CMYK0.060.0100.17
HSL190º12.24%80.78%-
HSV(B)190º5.66%83.14%-
XYZ58.7563.1371.38-
YUV207.24130.69122.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=32.15%
G=33.76%
B=34.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002102120.060.0100.1719012.2480.78
HexC8D2D461011bec51
Octal3103223246102127614121
Binary11001000110100101101010011010100011011111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2D4; }

 p { color: rgb(200,210,212); }

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

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

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

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

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

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

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