Html Css Color HEX #D0AFCE Lilac

📋 copy color: '#D0AFCE'

red 208 ◦ green 175 ◦ blue 206

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

Shades of Lilac #D0AFCE

Tints of Lilac #D0AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.71%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 35.31%
G = 29.71%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0AFCE (or 0xD0AFCE) is known color: Lilac. HEX triplet: D0, AF and CE. RGB value is (208,175,206). Sum of RGB (Red+Green+Blue) = 208+175+206=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFCE is #2F5031. Grayscale: #BCBCBC. Windows color (decimal): -3100722 or 13545424. OLE color: 13545424.

HSL color Cylindrical-coordinate representation of color #D0AFCE: hue angle of 303.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AFCE is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 206 -
CMYK 0 0.16 0.01 0.18
HSL 303.64º 0.26% 0.75% -
HSV(B) 303.64º 0.16% 0.82% -
XYZ 52.48 48.53 64.99 -
YUV 188.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 208 175 206 0 0.16 0.01 0.18 303.64 0.26 0.75
Hex D0 AF CE 0 10 1 12 130 1A 4B
Octal 320 257 316 0 20 1 22 460 32 113
Binary 11010000 10101111 11001110 0 10000 1 10010 100110000 11010 1001011

Color Harmonies of #D0AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFCE

Black with #D0AFCE

Text Example


Text Example

White with #D0AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFCE; }

 p { color: rgb(208,175,206); }

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

background-color css

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

 a { background-color: rgb(208,175,206); }

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

border-color css

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

 span { border-color: rgb(208,175,206); }

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