Html Css Color HEX #C9DCDB Zumthor

📋 copy color: '#C9DCDB'

red 201 ◦ green 220 ◦ blue 219

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

Shades of Zumthor #C9DCDB

Tints of Zumthor #C9DCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.22%

R = 31.41%
G = 34.38%
B = 34.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#C9DCDB (or 0xC9DCDB) is known color: Zumthor. HEX triplet: C9, DC and DB. RGB value is (201,220,219). Sum of RGB (Red+Green+Blue) = 201+220+219=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCDB is #362324. Grayscale: #D6D6D6. Windows color (decimal): -3547941 or 14408905. OLE color: 14408905.

HSL color Cylindrical-coordinate representation of color #C9DCDB: hue angle of 176.84º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCDB is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 219 -
CMYK 0.09 0 0.00 0.14
HSL 176.84º 0.21% 0.83% -
HSV(B) 176.84º 0.09% 0.86% -
XYZ 62.47 68.72 76.99 -
YUV 214.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 201 220 219 0.09 0 0.00 0.14 176.84 0.21 0.83
Hex C9 DC DB 9 0 0 E B1 15 53
Octal 311 334 333 11 0 0 16 261 25 123
Binary 11001001 11011100 11011011 1001 0 0 1110 10110001 10101 1010011

Color Harmonies of #C9DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCDB

Black with #C9DCDB

Text Example


Text Example

White with #C9DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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