Html Css Color HEX #C9DDDF Zumthor

📋 copy color: '#C9DDDF'

red 201 ◦ green 221 ◦ blue 223

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

Shades of Zumthor #C9DDDF

Tints of Zumthor #C9DDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.57%

R = 31.16%
G = 34.26%
B = 34.57%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9DDDF (or 0xC9DDDF) is known color: Zumthor. HEX triplet: C9, DD and DF. RGB value is (201,221,223). Sum of RGB (Red+Green+Blue) = 201+221+223=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDDF is #362220. Grayscale: #D7D7D7. Windows color (decimal): -3547681 or 14671305. OLE color: 14671305.

HSL color Cylindrical-coordinate representation of color #C9DDDF: hue angle of 185.45º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DDDF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 221 223 -
CMYK 0.10 0.01 0 0.13
HSL 185.45º 0.26% 0.83% -
HSV(B) 185.45º 0.1% 0.87% -
XYZ 63.26 69.46 79.88 -
YUV 215.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 201 221 223 0.10 0.01 0 0.13 185.45 0.26 0.83
Hex C9 DD DF A 1 0 D B9 1A 53
Octal 311 335 337 12 1 0 15 271 32 123
Binary 11001001 11011101 11011111 1010 1 0 1101 10111001 11010 1010011

Color Harmonies of #C9DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DDDF

Black with #C9DDDF

Text Example


Text Example

White with #C9DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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