Html Css Color HEX #C9D8DA Zumthor

📋 copy color: '#C9D8DA'

red 201 ◦ green 216 ◦ blue 218

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

Shades of Zumthor #C9D8DA

Tints of Zumthor #C9D8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.02%

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 31.65%
G = 34.02%
B = 34.33%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9D8DA (or 0xC9D8DA) is known color: Zumthor. HEX triplet: C9, D8 and DA. RGB value is (201,216,218). Sum of RGB (Red+Green+Blue) = 201+216+218=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8DA is #362725. Grayscale: #D3D3D3. Windows color (decimal): -3548966 or 14342345. OLE color: 14342345.

HSL color Cylindrical-coordinate representation of color #C9D8DA: hue angle of 187.06º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9D8DA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 216 218 -
CMYK 0.08 0.01 0 0.15
HSL 187.06º 0.19% 0.82% -
HSV(B) 187.06º 0.08% 0.85% -
XYZ 61.3 66.59 75.95 -
YUV 211.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 201 216 218 0.08 0.01 0 0.15 187.06 0.19 0.82
Hex C9 D8 DA 8 1 0 F BB 13 52
Octal 311 330 332 10 1 0 17 273 23 122
Binary 11001001 11011000 11011010 1000 1 0 1111 10111011 10011 1010010

Color Harmonies of #C9D8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D8DA

Black with #C9D8DA

Text Example


Text Example

White with #C9D8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D8DA; }

 p { color: rgb(201,216,218); }

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

background-color css

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

 a { background-color: rgb(201,216,218); }

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

border-color css

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

 span { border-color: rgb(201,216,218); }

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