Html Css Color HEX #C9DDDC Zumthor

📋 copy color: '#C9DDDC'

red 201 ◦ green 221 ◦ blue 220

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

Shades of Zumthor #C9DDDC

Tints of Zumthor #C9DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.42%

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

R = 31.31%
G = 34.42%
B = 34.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#C9DDDC (or 0xC9DDDC) is known color: Zumthor. HEX triplet: C9, DD and DC. RGB value is (201,221,220). Sum of RGB (Red+Green+Blue) = 201+221+220=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDDC is #362223. Grayscale: #D6D6D6. Windows color (decimal): -3547684 or 14474697. OLE color: 14474697.

HSL color Cylindrical-coordinate representation of color #C9DDDC: hue angle of 177º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DDDC is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 221 220 -
CMYK 0.09 0 0.00 0.13
HSL 177º 0.23% 0.83% -
HSV(B) 177º 0.09% 0.87% -
XYZ 62.86 69.3 77.77 -
YUV 214.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 201 221 220 0.09 0 0.00 0.13 177 0.23 0.83
Hex C9 DD DC 9 0 0 D B1 17 53
Octal 311 335 334 11 0 0 15 261 27 123
Binary 11001001 11011101 11011100 1001 0 0 1101 10110001 10111 1010011

Color Harmonies of #C9DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DDDC

Black with #C9DDDC

Text Example


Text Example

White with #C9DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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