Html Css Color HEX #D2A5CB Lilac

📋 copy color: '#D2A5CB'

red 210 ◦ green 165 ◦ blue 203

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

Shades of Lilac #D2A5CB

Tints of Lilac #D2A5CB

RGB

 RED value IS 210 (82.42% from 255) = 36.33%

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

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

R = 36.33%
G = 28.55%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D2A5CB (or 0xD2A5CB) is known color: Lilac. HEX triplet: D2, A5 and CB. RGB value is (210,165,203). Sum of RGB (Red+Green+Blue) = 210+165+203=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A5CB is #2D5A34. Grayscale: #B6B6B6. Windows color (decimal): -2972213 or 13346258. OLE color: 13346258.

HSL color Cylindrical-coordinate representation of color #D2A5CB: hue angle of 309.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A5CB is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 203 -
CMYK 0 0.21 0.03 0.18
HSL 309.33º 0.33% 0.74% -
HSV(B) 309.33º 0.21% 0.82% -
XYZ 50.81 44.92 62.49 -
YUV 182.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 210 165 203 0 0.21 0.03 0.18 309.33 0.33 0.74
Hex D2 A5 CB 0 15 3 12 135 21 4A
Octal 322 245 313 0 25 3 22 465 41 112
Binary 11010010 10100101 11001011 0 10101 11 10010 100110101 100001 1001010

Color Harmonies of #D2A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A5CB

Black with #D2A5CB

Text Example


Text Example

White with #D2A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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