Html Css Color HEX #D0A7CB Lilac

📋 copy color: '#D0A7CB'

red 208 ◦ green 167 ◦ blue 203

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

Shades of Lilac #D0A7CB

Tints of Lilac #D0A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.89%

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

R = 35.99%
G = 28.89%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0A7CB (or 0xD0A7CB) is known color: Lilac. HEX triplet: D0, A7 and CB. RGB value is (208,167,203). Sum of RGB (Red+Green+Blue) = 208+167+203=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7CB is #2F5834. Grayscale: #B7B7B7. Windows color (decimal): -3102773 or 13346768. OLE color: 13346768.

HSL color Cylindrical-coordinate representation of color #D0A7CB: hue angle of 307.32º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A7CB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 203 -
CMYK 0 0.20 0.02 0.18
HSL 307.32º 0.3% 0.74% -
HSV(B) 307.32º 0.2% 0.82% -
XYZ 50.61 45.36 62.59 -
YUV 183.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 208 167 203 0 0.20 0.02 0.18 307.32 0.3 0.74
Hex D0 A7 CB 0 14 2 12 133 1E 4A
Octal 320 247 313 0 24 2 22 463 36 112
Binary 11010000 10100111 11001011 0 10100 10 10010 100110011 11110 1001010

Color Harmonies of #D0A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7CB

Black with #D0A7CB

Text Example


Text Example

White with #D0A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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