Html Css Color HEX #C1D7DC Zumthor

📋 copy color: '#C1D7DC'

red 193 ◦ green 215 ◦ blue 220

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

Shades of Zumthor #C1D7DC

Tints of Zumthor #C1D7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.24%

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

R = 30.73%
G = 34.24%
B = 35.03%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1D7DC (or 0xC1D7DC) is known color: Zumthor. HEX triplet: C1, D7 and DC. RGB value is (193,215,220). Sum of RGB (Red+Green+Blue) = 193+215+220=628 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.73% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7DC is #3E2823. Grayscale: #D0D0D0. Windows color (decimal): -4073508 or 14473153. OLE color: 14473153.

HSL color Cylindrical-coordinate representation of color #C1D7DC: hue angle of 191.11º 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 #C1D7DC is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 215 220 -
CMYK 0.12 0.02 0 0.14
HSL 191.11º 0.28% 0.81% -
HSV(B) 191.11º 0.12% 0.86% -
XYZ 59.21 65.11 77.16 -
YUV 208.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 193 215 220 0.12 0.02 0 0.14 191.11 0.28 0.81
Hex C1 D7 DC C 2 0 E BF 1C 51
Octal 301 327 334 14 2 0 16 277 34 121
Binary 11000001 11010111 11011100 1100 10 0 1110 10111111 11100 1010001

Color Harmonies of #C1D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D7DC

Black with #C1D7DC

Text Example


Text Example

White with #C1D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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