Html Css Color HEX #C6DBDA Zumthor

📋 copy color: '#C6DBDA'

red 198 ◦ green 219 ◦ blue 218

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

Shades of Zumthor #C6DBDA

Tints of Zumthor #C6DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 31.18%
G = 34.49%
B = 34.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#C6DBDA (or 0xC6DBDA) is known color: Zumthor. HEX triplet: C6, DB and DA. RGB value is (198,219,218). Sum of RGB (Red+Green+Blue) = 198+219+218=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBDA is #392425. Grayscale: #D4D4D4. Windows color (decimal): -3744806 or 14343110. OLE color: 14343110.

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

Color convert

RGB 198 219 218 -
CMYK 0.10 0 0.00 0.14
HSL 177.14º 0.23% 0.82% -
HSV(B) 177.14º 0.1% 0.86% -
XYZ 61.28 67.73 76.17 -
YUV 212.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 198 219 218 0.10 0 0.00 0.14 177.14 0.23 0.82
Hex C6 DB DA A 0 0 E B1 17 52
Octal 306 333 332 12 0 0 16 261 27 122
Binary 11000110 11011011 11011010 1010 0 0 1110 10110001 10111 1010010

Color Harmonies of #C6DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DBDA

Black with #C6DBDA

Text Example


Text Example

White with #C6DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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