Html Css Color HEX #C6D6DB Zumthor

📋 copy color: '#C6D6DB'

red 198 ◦ green 214 ◦ blue 219

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

Shades of Zumthor #C6D6DB

Tints of Zumthor #C6D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.91%

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 31.38%
G = 33.91%
B = 34.71%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6D6DB (or 0xC6D6DB) is known color: Zumthor. HEX triplet: C6, D6 and DB. RGB value is (198,214,219). Sum of RGB (Red+Green+Blue) = 198+214+219=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6DB is #392924. Grayscale: #D1D1D1. Windows color (decimal): -3746085 or 14407366. OLE color: 14407366.

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

Color convert

RGB 198 214 219 -
CMYK 0.10 0.02 0 0.14
HSL 194.29º 0.23% 0.82% -
HSV(B) 194.29º 0.1% 0.86% -
XYZ 60.12 65.21 76.44 -
YUV 209.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 198 214 219 0.10 0.02 0 0.14 194.29 0.23 0.82
Hex C6 D6 DB A 2 0 E C2 17 52
Octal 306 326 333 12 2 0 16 302 27 122
Binary 11000110 11010110 11011011 1010 10 0 1110 11000010 10111 1010010

Color Harmonies of #C6D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D6DB

Black with #C6D6DB

Text Example


Text Example

White with #C6D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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