Html Css Color HEX #C6DDDD Zumthor

📋 copy color: '#C6DDDD'

red 198 ◦ green 221 ◦ blue 221

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

Shades of Zumthor #C6DDDD

Tints of Zumthor #C6DDDD

RGB

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

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

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

R = 30.94%
G = 34.53%
B = 34.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6DDDD (or 0xC6DDDD) is known color: Zumthor. HEX triplet: C6, DD and DD. RGB value is (198,221,221). Sum of RGB (Red+Green+Blue) = 198+221+221=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C6DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDDD is #392222. Grayscale: #D6D6D6. Windows color (decimal): -3744291 or 14540230. OLE color: 14540230.

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

Color convert

RGB 198 221 221 -
CMYK 0.10 0 0 0.13
HSL 180º 0.25% 0.82% -
HSV(B) 180º 0.1% 0.87% -
XYZ 62.2 68.94 78.44 -
YUV 214.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 198 221 221 0.10 0 0 0.13 180 0.25 0.82
Hex C6 DD DD A 0 0 D B4 19 52
Octal 306 335 335 12 0 0 15 264 31 122
Binary 11000110 11011101 11011101 1010 0 0 1101 10110100 11001 1010010

Color Harmonies of #C6DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DDDD

Black with #C6DDDD

Text Example


Text Example

White with #C6DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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