Html Css Color HEX #C9DAD0 Mystic

📋 copy color: '#C9DAD0'

red 201 ◦ green 218 ◦ blue 208

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

Shades of Mystic #C9DAD0

Tints of Mystic #C9DAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.17%

R = 32.06%
G = 34.77%
B = 33.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C9DAD0 (or 0xC9DAD0) is known color: Mystic. HEX triplet: C9, DA and D0. RGB value is (201,218,208). Sum of RGB (Red+Green+Blue) = 201+218+208=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAD0 is #36252F. Grayscale: #D3D3D3. Windows color (decimal): -3548464 or 13687497. OLE color: 13687497.

HSL color Cylindrical-coordinate representation of color #C9DAD0: hue angle of 144.71º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DAD0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 208 -
CMYK 0.08 0 0.05 0.15
HSL 144.71º 0.19% 0.82% -
HSV(B) 144.71º 0.08% 0.85% -
XYZ 60.54 67.11 69.44 -
YUV 211.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 201 218 208 0.08 0 0.05 0.15 144.71 0.19 0.82
Hex C9 DA D0 8 0 5 F 91 13 52
Octal 311 332 320 10 0 5 17 221 23 122
Binary 11001001 11011010 11010000 1000 0 101 1111 10010001 10011 1010010

Color Harmonies of #C9DAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAD0

Black with #C9DAD0

Text Example


Text Example

White with #C9DAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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