Html Css Color HEX #C9D7DC Zumthor

📋 copy color: '#C9D7DC'

red 201 ◦ green 215 ◦ blue 220

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

Shades of Zumthor #C9D7DC

Tints of Zumthor #C9D7DC

RGB

 RED value IS 201 (78.91% from 255) = 31.6%

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

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

R = 31.6%
G = 33.81%
B = 34.59%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9D7DC (or 0xC9D7DC) is known color: Zumthor. HEX triplet: C9, D7 and DC. RGB value is (201,215,220). Sum of RGB (Red+Green+Blue) = 201+215+220=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D7DC is #362823. Grayscale: #D3D3D3. Windows color (decimal): -3549220 or 14473161. OLE color: 14473161.

HSL color Cylindrical-coordinate representation of color #C9D7DC: hue angle of 195.79º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D7DC is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 215 220 -
CMYK 0.09 0.02 0 0.14
HSL 195.79º 0.21% 0.83% -
HSV(B) 195.79º 0.09% 0.86% -
XYZ 61.31 66.19 77.25 -
YUV 211.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 201 215 220 0.09 0.02 0 0.14 195.79 0.21 0.83
Hex C9 D7 DC 9 2 0 E C4 15 53
Octal 311 327 334 11 2 0 16 304 25 123
Binary 11001001 11010111 11011100 1001 10 0 1110 11000100 10101 1010011

Color Harmonies of #C9D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D7DC

Black with #C9D7DC

Text Example


Text Example

White with #C9D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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