Html Css Color HEX #C9DADB Zumthor

📋 copy color: '#C9DADB'

red 201 ◦ green 218 ◦ blue 219

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

Shades of Zumthor #C9DADB

Tints of Zumthor #C9DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.17%

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

R = 31.5%
G = 34.17%
B = 34.33%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9DADB (or 0xC9DADB) is known color: Zumthor. HEX triplet: C9, DA and DB. RGB value is (201,218,219). Sum of RGB (Red+Green+Blue) = 201+218+219=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADB is #362524. Grayscale: #D5D5D5. Windows color (decimal): -3548453 or 14408393. OLE color: 14408393.

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

Color convert

RGB 201 218 219 -
CMYK 0.08 0.00 0 0.14
HSL 183.33º 0.2% 0.82% -
HSV(B) 183.33º 0.08% 0.86% -
XYZ 61.94 67.67 76.82 -
YUV 213.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 201 218 219 0.08 0.00 0 0.14 183.33 0.2 0.82
Hex C9 DA DB 8 0 0 E B7 14 52
Octal 311 332 333 10 0 0 16 267 24 122
Binary 11001001 11011010 11011011 1000 0 0 1110 10110111 10100 1010010

Color Harmonies of #C9DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DADB

Black with #C9DADB

Text Example


Text Example

White with #C9DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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