Html Css Color HEX #D29DCF Lilac

📋 copy color: '#D29DCF'

red 210 ◦ green 157 ◦ blue 207

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

Shades of Lilac #D29DCF

Tints of Lilac #D29DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.35%

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

R = 36.59%
G = 27.35%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D29DCF (or 0xD29DCF) is known color: Lilac. HEX triplet: D2, 9D and CF. RGB value is (210,157,207). Sum of RGB (Red+Green+Blue) = 210+157+207=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DCF is #2D6230. Grayscale: #B2B2B2. Windows color (decimal): -2974257 or 13606354. OLE color: 13606354.

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

Color convert

RGB 210 157 207 -
CMYK 0 0.25 0.01 0.18
HSL 303.4º 0.37% 0.72% -
HSV(B) 303.4º 0.25% 0.82% -
XYZ 49.9 42.32 64.57 -
YUV 178.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 210 157 207 0 0.25 0.01 0.18 303.4 0.37 0.72
Hex D2 9D CF 0 19 1 12 12F 25 48
Octal 322 235 317 0 31 1 22 457 45 110
Binary 11010010 10011101 11001111 0 11001 1 10010 100101111 100101 1001000

Color Harmonies of #D29DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DCF

Black with #D29DCF

Text Example


Text Example

White with #D29DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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