Html Css Color HEX #D28ECF Lilac

📋 copy color: '#D28ECF'

red 210 ◦ green 142 ◦ blue 207

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

Shades of Lilac #D28ECF

Tints of Lilac #D28ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.4%

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

R = 37.57%
G = 25.4%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D28ECF (or 0xD28ECF) is known color: Lilac. HEX triplet: D2, 8E and CF. RGB value is (210,142,207). Sum of RGB (Red+Green+Blue) = 210+142+207=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ECF is #2D7130. Grayscale: #A9A9A9. Windows color (decimal): -2978097 or 13602514. OLE color: 13602514.

HSL color Cylindrical-coordinate representation of color #D28ECF: hue angle of 302.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28ECF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 142 207 -
CMYK 0 0.32 0.01 0.18
HSL 302.65º 0.43% 0.69% -
HSV(B) 302.65º 0.32% 0.82% -
XYZ 47.51 37.55 63.78 -
YUV 169.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 210 142 207 0 0.32 0.01 0.18 302.65 0.43 0.69
Hex D2 8E CF 0 20 1 12 12F 2B 45
Octal 322 216 317 0 40 1 22 457 53 105
Binary 11010010 10001110 11001111 0 100000 1 10010 100101111 101011 1000101

Color Harmonies of #D28ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ECF

Black with #D28ECF

Text Example


Text Example

White with #D28ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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