Html Css Color HEX #C9DDDE Zumthor

📋 copy color: '#C9DDDE'

red 201 ◦ green 221 ◦ blue 222

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

Shades of Zumthor #C9DDDE

Tints of Zumthor #C9DDDE

RGB

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

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

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

R = 31.21%
G = 34.32%
B = 34.47%

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

#C9DDDE (or 0xC9DDDE) is known color: Zumthor. HEX triplet: C9, DD and DE. RGB value is (201,221,222). Sum of RGB (Red+Green+Blue) = 201+221+222=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDDE is #362221. Grayscale: #D7D7D7. Windows color (decimal): -3547682 or 14605769. OLE color: 14605769.

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

Color convert

RGB 201 221 222 -
CMYK 0.09 0.00 0 0.13
HSL 182.86º 0.24% 0.83% -
HSV(B) 182.86º 0.09% 0.87% -
XYZ 63.13 69.4 79.18 -
YUV 215.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 201 221 222 0.09 0.00 0 0.13 182.86 0.24 0.83
Hex C9 DD DE 9 0 0 D B7 18 53
Octal 311 335 336 11 0 0 15 267 30 123
Binary 11001001 11011101 11011110 1001 0 0 1101 10110111 11000 1010011

Color Harmonies of #C9DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DDDE

Black with #C9DDDE

Text Example


Text Example

White with #C9DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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