Html Css Color HEX #C1D9DC Zumthor

📋 copy color: '#C1D9DC'

red 193 ◦ green 217 ◦ blue 220

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

Shades of Zumthor #C1D9DC

Tints of Zumthor #C1D9DC

RGB

 RED value IS 193 (75.78% from 255) = 30.63%

 GREEN value IS 217 (85.16% from 255) = 34.44%

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 30.63%
G = 34.44%
B = 34.92%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1D9DC (or 0xC1D9DC) is known color: Zumthor. HEX triplet: C1, D9 and DC. RGB value is (193,217,220). Sum of RGB (Red+Green+Blue) = 193+217+220=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D9DC is #3E2623. Grayscale: #D2D2D2. Windows color (decimal): -4072996 or 14473665. OLE color: 14473665.

HSL color Cylindrical-coordinate representation of color #C1D9DC: hue angle of 186.67º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D9DC is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 217 220 -
CMYK 0.12 0.01 0 0.14
HSL 186.67º 0.28% 0.81% -
HSV(B) 186.67º 0.12% 0.86% -
XYZ 59.72 66.13 77.33 -
YUV 210.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 193 217 220 0.12 0.01 0 0.14 186.67 0.28 0.81
Hex C1 D9 DC C 1 0 E BB 1C 51
Octal 301 331 334 14 1 0 16 273 34 121
Binary 11000001 11011001 11011100 1100 1 0 1110 10111011 11100 1010001

Color Harmonies of #C1D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D9DC

Black with #C1D9DC

Text Example


Text Example

White with #C1D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D9DC; }

 p { color: rgb(193,217,220); }

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

background-color css

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

 a { background-color: rgb(193,217,220); }

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

border-color css

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

 span { border-color: rgb(193,217,220); }

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