Html Css Color HEX #C8D7D6 Zumthor

📋 copy color: '#C8D7D6'

red 200 ◦ green 215 ◦ blue 214

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

Shades of Zumthor #C8D7D6

Tints of Zumthor #C8D7D6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.18%

 BLUE value IS 214 (83.98% from 255) = 34.02%

R = 31.8%
G = 34.18%
B = 34.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#C8D7D6 (or 0xC8D7D6) is known color: Zumthor. HEX triplet: C8, D7 and D6. RGB value is (200,215,214). Sum of RGB (Red+Green+Blue) = 200+215+214=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7D6 is #372829. Grayscale: #D2D2D2. Windows color (decimal): -3614762 or 14079944. OLE color: 14079944.

HSL color Cylindrical-coordinate representation of color #C8D7D6: hue angle of 176º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D7D6 is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 215 214 -
CMYK 0.07 0 0.00 0.16
HSL 176º 0.16% 0.81% -
HSV(B) 176º 0.07% 0.84% -
XYZ 60.26 65.74 73.13 -
YUV 210.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 200 215 214 0.07 0 0.00 0.16 176 0.16 0.81
Hex C8 D7 D6 7 0 0 10 B0 10 51
Octal 310 327 326 7 0 0 20 260 20 121
Binary 11001000 11010111 11010110 111 0 0 10000 10110000 10000 1010001

Color Harmonies of #C8D7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D7D6

Black with #C8D7D6

Text Example


Text Example

White with #C8D7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D7D6; }

 p { color: rgb(200,215,214); }

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

background-color css

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

 a { background-color: rgb(200,215,214); }

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

border-color css

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

 span { border-color: rgb(200,215,214); }

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