Html Css Color HEX #D8ACCD French Lilac

📋 copy color: '#D8ACCD'

red 216 ◦ green 172 ◦ blue 205

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

Shades of French Lilac #D8ACCD

Tints of French Lilac #D8ACCD

RGB

 RED value IS 216 (84.77% from 255) = 36.42%

 GREEN value IS 172 (67.58% from 255) = 29.01%

 BLUE value IS 205 (80.47% from 255) = 34.57%

R = 36.42%
G = 29.01%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D8ACCD (or 0xD8ACCD) is known color: French Lilac. HEX triplet: D8, AC and CD. RGB value is (216,172,205). Sum of RGB (Red+Green+Blue) = 216+172+205=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACCD is #275332. Grayscale: #BCBCBC. Windows color (decimal): -2577203 or 13479128. OLE color: 13479128.

HSL color Cylindrical-coordinate representation of color #D8ACCD: hue angle of 315º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACCD is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 205 -
CMYK 0 0.20 0.05 0.15
HSL 315º 0.36% 0.76% -
HSV(B) 315º 0.2% 0.85% -
XYZ 54.09 48.51 64.27 -
YUV 188.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 216 172 205 0 0.20 0.05 0.15 315 0.36 0.76
Hex D8 AC CD 0 14 5 F 13B 24 4C
Octal 330 254 315 0 24 5 17 473 44 114
Binary 11011000 10101100 11001101 0 10100 101 1111 100111011 100100 1001100

Color Harmonies of #D8ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACCD

Black with #D8ACCD

Text Example


Text Example

White with #D8ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACCD; }

 p { color: rgb(216,172,205); }

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

background-color css

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

 a { background-color: rgb(216,172,205); }

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

border-color css

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

 span { border-color: rgb(216,172,205); }

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