Html Css Color HEX #D4A8CB Lilac

📋 copy color: '#D4A8CB'

red 212 ◦ green 168 ◦ blue 203

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

Shades of Lilac #D4A8CB

Tints of Lilac #D4A8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.82%

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

R = 36.36%
G = 28.82%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4A8CB (or 0xD4A8CB) is known color: Lilac. HEX triplet: D4, A8 and CB. RGB value is (212,168,203). Sum of RGB (Red+Green+Blue) = 212+168+203=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CB is #2B5734. Grayscale: #B9B9B9. Windows color (decimal): -2840373 or 13347028. OLE color: 13347028.

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

Color convert

RGB 212 168 203 -
CMYK 0 0.21 0.04 0.17
HSL 312.27º 0.34% 0.75% -
HSV(B) 312.27º 0.21% 0.83% -
XYZ 51.93 46.31 62.7 -
YUV 185.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 212 168 203 0 0.21 0.04 0.17 312.27 0.34 0.75
Hex D4 A8 CB 0 15 4 11 138 22 4B
Octal 324 250 313 0 25 4 21 470 42 113
Binary 11010100 10101000 11001011 0 10101 100 10001 100111000 100010 1001011

Color Harmonies of #D4A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8CB

Black with #D4A8CB

Text Example


Text Example

White with #D4A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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