Html Css Color HEX #C9DCD1 Mystic

📋 copy color: '#C9DCD1'

red 201 ◦ green 220 ◦ blue 209

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

Shades of Mystic #C9DCD1

Tints of Mystic #C9DCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.17%

R = 31.9%
G = 34.92%
B = 33.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#C9DCD1 (or 0xC9DCD1) is known color: Mystic. HEX triplet: C9, DC and D1. RGB value is (201,220,209). Sum of RGB (Red+Green+Blue) = 201+220+209=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD1 is #36232E. Grayscale: #D5D5D5. Windows color (decimal): -3547951 or 13753545. OLE color: 13753545.

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

Color convert

RGB 201 220 209 -
CMYK 0.09 0 0.05 0.14
HSL 145.26º 0.21% 0.83% -
HSV(B) 145.26º 0.09% 0.86% -
XYZ 61.19 68.21 70.26 -
YUV 213.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 201 220 209 0.09 0 0.05 0.14 145.26 0.21 0.83
Hex C9 DC D1 9 0 5 E 91 15 53
Octal 311 334 321 11 0 5 16 221 25 123
Binary 11001001 11011100 11010001 1001 0 101 1110 10010001 10101 1010011

Color Harmonies of #C9DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCD1

Black with #C9DCD1

Text Example


Text Example

White with #C9DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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