Html Css Color HEX #D3A2CB Lilac

📋 copy color: '#D3A2CB'

red 211 ◦ green 162 ◦ blue 203

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

Shades of Lilac #D3A2CB

Tints of Lilac #D3A2CB

RGB

 RED value IS 211 (82.81% from 255) = 36.63%

 GREEN value IS 162 (63.67% from 255) = 28.13%

 BLUE value IS 203 (79.69% from 255) = 35.24%

R = 36.63%
G = 28.13%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D3A2CB (or 0xD3A2CB) is known color: Lilac. HEX triplet: D3, A2 and CB. RGB value is (211,162,203). Sum of RGB (Red+Green+Blue) = 211+162+203=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A2CB is #2C5D34. Grayscale: #B5B5B5. Windows color (decimal): -2907445 or 13345491. OLE color: 13345491.

HSL color Cylindrical-coordinate representation of color #D3A2CB: hue angle of 309.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A2CB is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 162 203 -
CMYK 0 0.23 0.04 0.17
HSL 309.8º 0.36% 0.73% -
HSV(B) 309.8º 0.23% 0.83% -
XYZ 50.56 44 62.33 -
YUV 181.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 211 162 203 0 0.23 0.04 0.17 309.8 0.36 0.73
Hex D3 A2 CB 0 17 4 11 136 24 49
Octal 323 242 313 0 27 4 21 466 44 111
Binary 11010011 10100010 11001011 0 10111 100 10001 100110110 100100 1001001

Color Harmonies of #D3A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A2CB

Black with #D3A2CB

Text Example


Text Example

White with #D3A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A2CB; }

 p { color: rgb(211,162,203); }

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

background-color css

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

 a { background-color: rgb(211,162,203); }

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

border-color css

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

 span { border-color: rgb(211,162,203); }

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