Html Css Color HEX #C6DCDD Zumthor

📋 copy color: '#C6DCDD'

red 198 ◦ green 220 ◦ blue 221

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

Shades of Zumthor #C6DCDD

Tints of Zumthor #C6DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.43%

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

R = 30.99%
G = 34.43%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6DCDD (or 0xC6DCDD) is known color: Zumthor. HEX triplet: C6, DC and DD. RGB value is (198,220,221). Sum of RGB (Red+Green+Blue) = 198+220+221=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCDD is #392322. Grayscale: #D5D5D5. Windows color (decimal): -3744547 or 14539974. OLE color: 14539974.

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

Color convert

RGB 198 220 221 -
CMYK 0.10 0.00 0 0.13
HSL 182.61º 0.25% 0.82% -
HSV(B) 182.61º 0.1% 0.87% -
XYZ 61.93 68.41 78.35 -
YUV 213.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 198 220 221 0.10 0.00 0 0.13 182.61 0.25 0.82
Hex C6 DC DD A 0 0 D B7 19 52
Octal 306 334 335 12 0 0 15 267 31 122
Binary 11000110 11011100 11011101 1010 0 0 1101 10110111 11001 1010010

Color Harmonies of #C6DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCDD

Black with #C6DCDD

Text Example


Text Example

White with #C6DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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