Html Css Color HEX #C6DDDB Zumthor

📋 copy color: '#C6DDDB'

red 198 ◦ green 221 ◦ blue 219

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

Shades of Zumthor #C6DDDB

Tints of Zumthor #C6DDDB

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 198 221 219 -
CMYK 0.10 0 0.01 0.13
HSL 174.78º 0.25% 0.82% -
HSV(B) 174.78º 0.1% 0.87% -
XYZ 61.93 68.83 77.04 -
YUV 213.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 198 221 219 0.10 0 0.01 0.13 174.78 0.25 0.82
Hex C6 DD DB A 0 1 D AF 19 52
Octal 306 335 333 12 0 1 15 257 31 122
Binary 11000110 11011101 11011011 1010 0 1 1101 10101111 11001 1010010

Color Harmonies of #C6DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DDDB

Black with #C6DDDB

Text Example


Text Example

White with #C6DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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