Html Css Color HEX #C6D8DD Zumthor

📋 copy color: '#C6D8DD'

red 198 ◦ green 216 ◦ blue 221

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

Shades of Zumthor #C6D8DD

Tints of Zumthor #C6D8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 31.18%
G = 34.02%
B = 34.8%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6D8DD (or 0xC6D8DD) is known color: Zumthor. HEX triplet: C6, D8 and DD. RGB value is (198,216,221). Sum of RGB (Red+Green+Blue) = 198+216+221=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D8DD is #392722. Grayscale: #D3D3D3. Windows color (decimal): -3745571 or 14538950. OLE color: 14538950.

HSL color Cylindrical-coordinate representation of color #C6D8DD: hue angle of 193.04º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6D8DD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 216 221 -
CMYK 0.10 0.02 0 0.13
HSL 193.04º 0.25% 0.82% -
HSV(B) 193.04º 0.1% 0.87% -
XYZ 60.9 66.34 78 -
YUV 211.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 198 216 221 0.10 0.02 0 0.13 193.04 0.25 0.82
Hex C6 D8 DD A 2 0 D C1 19 52
Octal 306 330 335 12 2 0 15 301 31 122
Binary 11000110 11011000 11011101 1010 10 0 1101 11000001 11001 1010010

Color Harmonies of #C6D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D8DD

Black with #C6D8DD

Text Example


Text Example

White with #C6D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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