Html Css Color HEX #D5A5CB Lilac

📋 copy color: '#D5A5CB'

red 213 ◦ green 165 ◦ blue 203

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

Shades of Lilac #D5A5CB

Tints of Lilac #D5A5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.4%

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

R = 36.66%
G = 28.4%
B = 34.94%

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

#D5A5CB (or 0xD5A5CB) is known color: Lilac. HEX triplet: D5, A5 and CB. RGB value is (213,165,203). Sum of RGB (Red+Green+Blue) = 213+165+203=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A5CB is #2A5A34. Grayscale: #B7B7B7. Windows color (decimal): -2775605 or 13346261. OLE color: 13346261.

HSL color Cylindrical-coordinate representation of color #D5A5CB: hue angle of 312.5º degrees, saturation: 0.36, 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 #D5A5CB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 203 -
CMYK 0 0.23 0.05 0.16
HSL 312.5º 0.36% 0.74% -
HSV(B) 312.5º 0.23% 0.84% -
XYZ 51.68 45.37 62.53 -
YUV 183.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 213 165 203 0 0.23 0.05 0.16 312.5 0.36 0.74
Hex D5 A5 CB 0 17 5 10 138 24 4A
Octal 325 245 313 0 27 5 20 470 44 112
Binary 11010101 10100101 11001011 0 10111 101 10000 100111000 100100 1001010

Color Harmonies of #D5A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A5CB

Black with #D5A5CB

Text Example


Text Example

White with #D5A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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