Html Css Color HEX #D1A8CA Lilac

📋 copy color: '#D1A8CA'

red 209 ◦ green 168 ◦ blue 202

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

Shades of Lilac #D1A8CA

Tints of Lilac #D1A8CA

RGB

 RED value IS 209 (82.03% from 255) = 36.1%

 GREEN value IS 168 (66.02% from 255) = 29.02%

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 36.1%
G = 29.02%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D1A8CA (or 0xD1A8CA) is known color: Lilac. HEX triplet: D1, A8 and CA. RGB value is (209,168,202). Sum of RGB (Red+Green+Blue) = 209+168+202=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8CA is #2E5735. Grayscale: #B8B8B8. Windows color (decimal): -3036982 or 13281489. OLE color: 13281489.

HSL color Cylindrical-coordinate representation of color #D1A8CA: hue angle of 310.24º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A8CA is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 202 -
CMYK 0 0.20 0.03 0.18
HSL 310.24º 0.31% 0.74% -
HSV(B) 310.24º 0.2% 0.82% -
XYZ 50.96 45.82 62.04 -
YUV 184.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 209 168 202 0 0.20 0.03 0.18 310.24 0.31 0.74
Hex D1 A8 CA 0 14 3 12 136 1F 4A
Octal 321 250 312 0 24 3 22 466 37 112
Binary 11010001 10101000 11001010 0 10100 11 10010 100110110 11111 1001010

Color Harmonies of #D1A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8CA

Black with #D1A8CA

Text Example


Text Example

White with #D1A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8CA; }

 p { color: rgb(209,168,202); }

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

background-color css

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

 a { background-color: rgb(209,168,202); }

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

border-color css

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

 span { border-color: rgb(209,168,202); }

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