Html Css Color HEX #C6DBDB Zumthor

📋 copy color: '#C6DBDB'

red 198 ◦ green 219 ◦ blue 219

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

Shades of Zumthor #C6DBDB

Tints of Zumthor #C6DBDB

RGB

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

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

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

R = 31.13%
G = 34.43%
B = 34.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6DBDB (or 0xC6DBDB) is known color: Zumthor. HEX triplet: C6, DB and DB. RGB value is (198,219,219). Sum of RGB (Red+Green+Blue) = 198+219+219=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C6DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBDB is #392424. Grayscale: #D4D4D4. Windows color (decimal): -3744805 or 14408646. OLE color: 14408646.

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

Color convert

RGB 198 219 219 -
CMYK 0.10 0 0 0.14
HSL 180º 0.23% 0.82% -
HSV(B) 180º 0.1% 0.86% -
XYZ 61.41 67.78 76.86 -
YUV 212.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 198 219 219 0.10 0 0 0.14 180 0.23 0.82
Hex C6 DB DB A 0 0 E B4 17 52
Octal 306 333 333 12 0 0 16 264 27 122
Binary 11000110 11011011 11011011 1010 0 0 1110 10110100 10111 1010010

Color Harmonies of #C6DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DBDB

Black with #C6DBDB

Text Example


Text Example

White with #C6DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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