Html Css Color HEX #D49FCE Lilac

📋 copy color: '#D49FCE'

red 212 ◦ green 159 ◦ blue 206

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

Shades of Lilac #D49FCE

Tints of Lilac #D49FCE

RGB

 RED value IS 212 (83.2% from 255) = 36.74%

 GREEN value IS 159 (62.5% from 255) = 27.56%

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 36.74%
G = 27.56%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D49FCE (or 0xD49FCE) is known color: Lilac. HEX triplet: D4, 9F and CE. RGB value is (212,159,206). Sum of RGB (Red+Green+Blue) = 212+159+206=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FCE is #2B6031. Grayscale: #B4B4B4. Windows color (decimal): -2842674 or 13541332. OLE color: 13541332.

HSL color Cylindrical-coordinate representation of color #D49FCE: hue angle of 306.79º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FCE is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 206 -
CMYK 0 0.25 0.03 0.17
HSL 306.79º 0.38% 0.73% -
HSV(B) 306.79º 0.25% 0.83% -
XYZ 50.69 43.25 64.07 -
YUV 180.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 212 159 206 0 0.25 0.03 0.17 306.79 0.38 0.73
Hex D4 9F CE 0 19 3 11 133 26 49
Octal 324 237 316 0 31 3 21 463 46 111
Binary 11010100 10011111 11001110 0 11001 11 10001 100110011 100110 1001001

Color Harmonies of #D49FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FCE

Black with #D49FCE

Text Example


Text Example

White with #D49FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FCE; }

 p { color: rgb(212,159,206); }

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

background-color css

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

 a { background-color: rgb(212,159,206); }

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

border-color css

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

 span { border-color: rgb(212,159,206); }

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