Html Css Color HEX #D0ABCB Lilac

📋 copy color: '#D0ABCB'

red 208 ◦ green 171 ◦ blue 203

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

Shades of Lilac #D0ABCB

Tints of Lilac #D0ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.38%

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

R = 35.74%
G = 29.38%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0ABCB (or 0xD0ABCB) is known color: Lilac. HEX triplet: D0, AB and CB. RGB value is (208,171,203). Sum of RGB (Red+Green+Blue) = 208+171+203=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABCB is #2F5434. Grayscale: #B9B9B9. Windows color (decimal): -3101749 or 13347792. OLE color: 13347792.

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

Color convert

RGB 208 171 203 -
CMYK 0 0.18 0.02 0.18
HSL 308.11º 0.28% 0.74% -
HSV(B) 308.11º 0.18% 0.82% -
XYZ 51.35 46.85 62.84 -
YUV 185.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 208 171 203 0 0.18 0.02 0.18 308.11 0.28 0.74
Hex D0 AB CB 0 12 2 12 134 1C 4A
Octal 320 253 313 0 22 2 22 464 34 112
Binary 11010000 10101011 11001011 0 10010 10 10010 100110100 11100 1001010

Color Harmonies of #D0ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABCB

Black with #D0ABCB

Text Example


Text Example

White with #D0ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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