Html Css Color HEX #C9DCDE Zumthor

📋 copy color: '#C9DCDE'

red 201 ◦ green 220 ◦ blue 222

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

Shades of Zumthor #C9DCDE

Tints of Zumthor #C9DCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.53%

R = 31.26%
G = 34.21%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9DCDE (or 0xC9DCDE) is known color: Zumthor. HEX triplet: C9, DC and DE. RGB value is (201,220,222). Sum of RGB (Red+Green+Blue) = 201+220+222=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCDE is #362321. Grayscale: #D6D6D6. Windows color (decimal): -3547938 or 14605513. OLE color: 14605513.

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

Color convert

RGB 201 220 222 -
CMYK 0.09 0.01 0 0.13
HSL 185.71º 0.24% 0.83% -
HSV(B) 185.71º 0.09% 0.87% -
XYZ 62.87 68.88 79.09 -
YUV 214.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 201 220 222 0.09 0.01 0 0.13 185.71 0.24 0.83
Hex C9 DC DE 9 1 0 D BA 18 53
Octal 311 334 336 11 1 0 15 272 30 123
Binary 11001001 11011100 11011110 1001 1 0 1101 10111010 11000 1010011

Color Harmonies of #C9DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCDE

Black with #C9DCDE

Text Example


Text Example

White with #C9DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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