Html Css Color HEX #C6D8D6 Zumthor

📋 copy color: '#C6D8D6'

red 198 ◦ green 216 ◦ blue 214

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

Shades of Zumthor #C6D8D6

Tints of Zumthor #C6D8D6

RGB

 RED value IS 198 (77.73% from 255) = 31.53%

 GREEN value IS 216 (84.77% from 255) = 34.39%

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

R = 31.53%
G = 34.39%
B = 34.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#C6D8D6 (or 0xC6D8D6) is known color: Zumthor. HEX triplet: C6, D8 and D6. RGB value is (198,216,214). Sum of RGB (Red+Green+Blue) = 198+216+214=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D8D6 is #392729. Grayscale: #D2D2D2. Windows color (decimal): -3745578 or 14080198. OLE color: 14080198.

HSL color Cylindrical-coordinate representation of color #C6D8D6: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6D8D6 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 216 214 -
CMYK 0.08 0 0.01 0.15
HSL 173.33º 0.19% 0.81% -
HSV(B) 173.33º 0.08% 0.85% -
XYZ 59.98 65.97 73.19 -
YUV 210.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 198 216 214 0.08 0 0.01 0.15 173.33 0.19 0.81
Hex C6 D8 D6 8 0 1 F AD 13 51
Octal 306 330 326 10 0 1 17 255 23 121
Binary 11000110 11011000 11010110 1000 0 1 1111 10101101 10011 1010001

Color Harmonies of #C6D8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D8D6

Black with #C6D8D6

Text Example


Text Example

White with #C6D8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D8D6; }

 p { color: rgb(198,216,214); }

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

background-color css

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

 a { background-color: rgb(198,216,214); }

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

border-color css

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

 span { border-color: rgb(198,216,214); }

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