Html Css Color HEX #C9DBDB Zumthor

📋 copy color: '#C9DBDB'

red 201 ◦ green 219 ◦ blue 219

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

Shades of Zumthor #C9DBDB

Tints of Zumthor #C9DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.27%

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

R = 31.46%
G = 34.27%
B = 34.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9DBDB (or 0xC9DBDB) is known color: Zumthor. HEX triplet: C9, DB and DB. RGB value is (201,219,219). Sum of RGB (Red+Green+Blue) = 201+219+219=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C9DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBDB is #362424. Grayscale: #D5D5D5. Windows color (decimal): -3548197 or 14408649. OLE color: 14408649.

HSL color Cylindrical-coordinate representation of color #C9DBDB: hue angle of 180º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DBDB is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 219 -
CMYK 0.08 0 0 0.14
HSL 180º 0.2% 0.82% -
HSV(B) 180º 0.08% 0.86% -
XYZ 62.21 68.2 76.9 -
YUV 213.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 201 219 219 0.08 0 0 0.14 180 0.2 0.82
Hex C9 DB DB 8 0 0 E B4 14 52
Octal 311 333 333 10 0 0 16 264 24 122
Binary 11001001 11011011 11011011 1000 0 0 1110 10110100 10100 1010010

Color Harmonies of #C9DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBDB

Black with #C9DBDB

Text Example


Text Example

White with #C9DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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