Html Css Color HEX #C6DADD Zumthor

📋 copy color: '#C6DADD'

red 198 ◦ green 218 ◦ blue 221

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

Shades of Zumthor #C6DADD

Tints of Zumthor #C6DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.22%

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

R = 31.08%
G = 34.22%
B = 34.69%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6DADD (or 0xC6DADD) is known color: Zumthor. HEX triplet: C6, DA and DD. RGB value is (198,218,221). Sum of RGB (Red+Green+Blue) = 198+218+221=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DADD is #392522. Grayscale: #D4D4D4. Windows color (decimal): -3745059 or 14539462. OLE color: 14539462.

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

Color convert

RGB 198 218 221 -
CMYK 0.10 0.01 0 0.13
HSL 187.83º 0.25% 0.82% -
HSV(B) 187.83º 0.1% 0.87% -
XYZ 61.41 67.37 78.17 -
YUV 212.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 198 218 221 0.10 0.01 0 0.13 187.83 0.25 0.82
Hex C6 DA DD A 1 0 D BC 19 52
Octal 306 332 335 12 1 0 15 274 31 122
Binary 11000110 11011010 11011101 1010 1 0 1101 10111100 11001 1010010

Color Harmonies of #C6DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DADD

Black with #C6DADD

Text Example


Text Example

White with #C6DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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