Html Css Color HEX #D5A4CB Lilac

📋 copy color: '#D5A4CB'

red 213 ◦ green 164 ◦ blue 203

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

Shades of Lilac #D5A4CB

Tints of Lilac #D5A4CB

RGB

 RED value IS 213 (83.59% from 255) = 36.72%

 GREEN value IS 164 (64.45% from 255) = 28.28%

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

R = 36.72%
G = 28.28%
B = 35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5A4CB (or 0xD5A4CB) is known color: Lilac. HEX triplet: D5, A4 and CB. RGB value is (213,164,203). Sum of RGB (Red+Green+Blue) = 213+164+203=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4CB is #2A5B34. Grayscale: #B6B6B6. Windows color (decimal): -2775861 or 13346005. OLE color: 13346005.

HSL color Cylindrical-coordinate representation of color #D5A4CB: hue angle of 312.24º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A4CB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 164 203 -
CMYK 0 0.23 0.05 0.16
HSL 312.24º 0.37% 0.74% -
HSV(B) 312.24º 0.23% 0.84% -
XYZ 51.5 45.01 62.47 -
YUV 183.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 213 164 203 0 0.23 0.05 0.16 312.24 0.37 0.74
Hex D5 A4 CB 0 17 5 10 138 25 4A
Octal 325 244 313 0 27 5 20 470 45 112
Binary 11010101 10100100 11001011 0 10111 101 10000 100111000 100101 1001010

Color Harmonies of #D5A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A4CB

Black with #D5A4CB

Text Example


Text Example

White with #D5A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A4CB; }

 p { color: rgb(213,164,203); }

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

background-color css

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

 a { background-color: rgb(213,164,203); }

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

border-color css

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

 span { border-color: rgb(213,164,203); }

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