Html Css Color HEX #C9DEDE Zumthor

📋 copy color: '#C9DEDE'

red 201 ◦ green 222 ◦ blue 222

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

Shades of Zumthor #C9DEDE

Tints of Zumthor #C9DEDE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.42%

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

R = 31.16%
G = 34.42%
B = 34.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9DEDE (or 0xC9DEDE) is known color: Zumthor. HEX triplet: C9, DE and DE. RGB value is (201,222,222). Sum of RGB (Red+Green+Blue) = 201+222+222=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #C9DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEDE is #362121. Grayscale: #D7D7D7. Windows color (decimal): -3547426 or 14606025. OLE color: 14606025.

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

Color convert

RGB 201 222 222 -
CMYK 0.09 0 0 0.13
HSL 180º 0.24% 0.83% -
HSV(B) 180º 0.09% 0.87% -
XYZ 63.39 69.93 79.26 -
YUV 215.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 201 222 222 0.09 0 0 0.13 180 0.24 0.83
Hex C9 DE DE 9 0 0 D B4 18 53
Octal 311 336 336 11 0 0 15 264 30 123
Binary 11001001 11011110 11011110 1001 0 0 1101 10110100 11000 1010011

Color Harmonies of #C9DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DEDE

Black with #C9DEDE

Text Example


Text Example

White with #C9DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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