Html Css Color HEX #D4A1CB Lilac

📋 copy color: '#D4A1CB'

red 212 ◦ green 161 ◦ blue 203

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

Shades of Lilac #D4A1CB

Tints of Lilac #D4A1CB

RGB

 RED value IS 212 (83.2% from 255) = 36.81%

 GREEN value IS 161 (63.28% from 255) = 27.95%

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

R = 36.81%
G = 27.95%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4A1CB (or 0xD4A1CB) is known color: Lilac. HEX triplet: D4, A1 and CB. RGB value is (212,161,203). Sum of RGB (Red+Green+Blue) = 212+161+203=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1CB is #2B5E34. Grayscale: #B4B4B4. Windows color (decimal): -2842165 or 13345236. OLE color: 13345236.

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

Color convert

RGB 212 161 203 -
CMYK 0 0.24 0.04 0.17
HSL 310.59º 0.37% 0.73% -
HSV(B) 310.59º 0.24% 0.83% -
XYZ 50.68 43.8 62.28 -
YUV 181.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 212 161 203 0 0.24 0.04 0.17 310.59 0.37 0.73
Hex D4 A1 CB 0 18 4 11 137 25 49
Octal 324 241 313 0 30 4 21 467 45 111
Binary 11010100 10100001 11001011 0 11000 100 10001 100110111 100101 1001001

Color Harmonies of #D4A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A1CB

Black with #D4A1CB

Text Example


Text Example

White with #D4A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A1CB; }

 p { color: rgb(212,161,203); }

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

background-color css

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

 a { background-color: rgb(212,161,203); }

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

border-color css

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

 span { border-color: rgb(212,161,203); }

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