Html Css Color HEX #C8D9DC Zumthor

📋 copy color: '#C8D9DC'

red 200 ◦ green 217 ◦ blue 220

#C8D9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #C8D9DC

Tints of Zumthor #C8D9DC

RGB

 RED value IS 200 (78.52% from 255) = 31.4%

 GREEN value IS 217 (85.16% from 255) = 34.07%

 BLUE value IS 220 (86.33% from 255) = 34.54%

R = 31.4%
G = 34.07%
B = 34.54%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8D9DC (or 0xC8D9DC) is known color: Zumthor. HEX triplet: C8, D9 and DC. RGB value is (200,217,220). Sum of RGB (Red+Green+Blue) = 200+217+220=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9DC is #372623. Grayscale: #D4D4D4. Windows color (decimal): -3614244 or 14473672. OLE color: 14473672.

HSL color Cylindrical-coordinate representation of color #C8D9DC: hue angle of 189º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8D9DC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 217 220 -
CMYK 0.09 0.01 0 0.14
HSL 189º 0.22% 0.82% -
HSV(B) 189º 0.09% 0.86% -
XYZ 61.55 67.07 77.41 -
YUV 212.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 200 217 220 0.09 0.01 0 0.14 189 0.22 0.82
Hex C8 D9 DC 9 1 0 E BD 16 52
Octal 310 331 334 11 1 0 16 275 26 122
Binary 11001000 11011001 11011100 1001 1 0 1110 10111101 10110 1010010

Color Harmonies of #C8D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D9DC

Black with #C8D9DC

Text Example


Text Example

White with #C8D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D9DC; }

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

 H1.HeaderClassName
 {
   color: #C8D9DC;
 }
 .AnyTagClassName
 {
   color: #C8D9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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