Html Css Color HEX #D0A5CB Lilac

📋 copy color: '#D0A5CB'

red 208 ◦ green 165 ◦ blue 203

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

Shades of Lilac #D0A5CB

Tints of Lilac #D0A5CB

RGB

 RED value IS 208 (81.64% from 255) = 36.11%

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

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

R = 36.11%
G = 28.65%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0A5CB (or 0xD0A5CB) is known color: Lilac. HEX triplet: D0, A5 and CB. RGB value is (208,165,203). Sum of RGB (Red+Green+Blue) = 208+165+203=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5CB is #2F5A34. Grayscale: #B6B6B6. Windows color (decimal): -3103285 or 13346256. OLE color: 13346256.

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

Color convert

RGB 208 165 203 -
CMYK 0 0.21 0.02 0.18
HSL 306.98º 0.31% 0.73% -
HSV(B) 306.98º 0.21% 0.82% -
XYZ 50.25 44.63 62.47 -
YUV 182.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 208 165 203 0 0.21 0.02 0.18 306.98 0.31 0.73
Hex D0 A5 CB 0 15 2 12 133 1F 49
Octal 320 245 313 0 25 2 22 463 37 111
Binary 11010000 10100101 11001011 0 10101 10 10010 100110011 11111 1001001

Color Harmonies of #D0A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A5CB

Black with #D0A5CB

Text Example


Text Example

White with #D0A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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