Html Css Color HEX #D2A8CF Lilac

📋 copy color: '#D2A8CF'

red 210 ◦ green 168 ◦ blue 207

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

Shades of Lilac #D2A8CF

Tints of Lilac #D2A8CF

RGB

 RED value IS 210 (82.42% from 255) = 35.9%

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

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 35.9%
G = 28.72%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2A8CF (or 0xD2A8CF) is known color: Lilac. HEX triplet: D2, A8 and CF. RGB value is (210,168,207). Sum of RGB (Red+Green+Blue) = 210+168+207=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8CF is #2D5730. Grayscale: #B8B8B8. Windows color (decimal): -2971441 or 13609170. OLE color: 13609170.

HSL color Cylindrical-coordinate representation of color #D2A8CF: hue angle of 304.29º degrees, saturation: 0.32, 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 #D2A8CF is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 168 207 -
CMYK 0 0.2 0.01 0.18
HSL 304.29º 0.32% 0.74% -
HSV(B) 304.29º 0.2% 0.82% -
XYZ 51.84 46.21 65.22 -
YUV 185 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 210 168 207 0 0.2 0.01 0.18 304.29 0.32 0.74
Hex D2 A8 CF 0 14 1 12 130 20 4A
Octal 322 250 317 0 24 1 22 460 40 112
Binary 11010010 10101000 11001111 0 10100 1 10010 100110000 100000 1001010

Color Harmonies of #D2A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A8CF

Black with #D2A8CF

Text Example


Text Example

White with #D2A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A8CF; }

 p { color: rgb(210,168,207); }

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

background-color css

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

 a { background-color: rgb(210,168,207); }

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

border-color css

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

 span { border-color: rgb(210,168,207); }

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