Html Css Color HEX #C9DCDD Zumthor

📋 copy color: '#C9DCDD'

red 201 ◦ green 220 ◦ blue 221

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

Shades of Zumthor #C9DCDD

Tints of Zumthor #C9DCDD

RGB

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

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

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

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

CMYK

 C value IS 0.09

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #C9DCDD: hue angle of 183º 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 #C9DCDD is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 220 221 -
CMYK 0.09 0.00 0 0.13
HSL 183º 0.23% 0.83% -
HSV(B) 183º 0.09% 0.87% -
XYZ 62.73 68.82 78.38 -
YUV 214.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 201 220 221 0.09 0.00 0 0.13 183 0.23 0.83
Hex C9 DC DD 9 0 0 D B7 17 53
Octal 311 334 335 11 0 0 15 267 27 123
Binary 11001001 11011100 11011101 1001 0 0 1101 10110111 10111 1010011

Color Harmonies of #C9DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCDD

Black with #C9DCDD

Text Example


Text Example

White with #C9DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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