Html Css Color HEX #D2A7CF Lilac

📋 copy color: '#D2A7CF'

red 210 ◦ green 167 ◦ blue 207

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

Shades of Lilac #D2A7CF

Tints of Lilac #D2A7CF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.6%

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

R = 35.96%
G = 28.6%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2A7CF (or 0xD2A7CF) is known color: Lilac. HEX triplet: D2, A7 and CF. RGB value is (210,167,207). Sum of RGB (Red+Green+Blue) = 210+167+207=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A7CF is #2D5830. Grayscale: #B8B8B8. Windows color (decimal): -2971697 or 13608914. OLE color: 13608914.

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

Color convert

RGB 210 167 207 -
CMYK 0 0.20 0.01 0.18
HSL 304.19º 0.32% 0.74% -
HSV(B) 304.19º 0.2% 0.82% -
XYZ 51.66 45.84 65.16 -
YUV 184.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 210 167 207 0 0.20 0.01 0.18 304.19 0.32 0.74
Hex D2 A7 CF 0 14 1 12 130 20 4A
Octal 322 247 317 0 24 1 22 460 40 112
Binary 11010010 10100111 11001111 0 10100 1 10010 100110000 100000 1001010

Color Harmonies of #D2A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A7CF

Black with #D2A7CF

Text Example


Text Example

White with #D2A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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