Html Css Color HEX #C6DBDD Zumthor

📋 copy color: '#C6DBDD'

red 198 ◦ green 219 ◦ blue 221

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

Shades of Zumthor #C6DBDD

Tints of Zumthor #C6DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.33%

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

R = 31.03%
G = 34.33%
B = 34.64%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6DBDD (or 0xC6DBDD) is known color: Zumthor. HEX triplet: C6, DB and DD. RGB value is (198,219,221). Sum of RGB (Red+Green+Blue) = 198+219+221=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBDD is #392422. Grayscale: #D4D4D4. Windows color (decimal): -3744803 or 14539718. OLE color: 14539718.

HSL color Cylindrical-coordinate representation of color #C6DBDD: hue angle of 185.22º 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 #C6DBDD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 219 221 -
CMYK 0.10 0.01 0 0.13
HSL 185.22º 0.25% 0.82% -
HSV(B) 185.22º 0.1% 0.87% -
XYZ 61.67 67.89 78.26 -
YUV 212.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 198 219 221 0.10 0.01 0 0.13 185.22 0.25 0.82
Hex C6 DB DD A 1 0 D B9 19 52
Octal 306 333 335 12 1 0 15 271 31 122
Binary 11000110 11011011 11011101 1010 1 0 1101 10111001 11001 1010010

Color Harmonies of #C6DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DBDD

Black with #C6DBDD

Text Example


Text Example

White with #C6DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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