Html Css Color HEX #D8A8CC French Lilac

📋 copy color: '#D8A8CC'

red 216 ◦ green 168 ◦ blue 204

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

Shades of French Lilac #D8A8CC

Tints of French Lilac #D8A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.57%

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 36.73%
G = 28.57%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8A8CC (or 0xD8A8CC) is known color: French Lilac. HEX triplet: D8, A8 and CC. RGB value is (216,168,204). Sum of RGB (Red+Green+Blue) = 216+168+204=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8CC is #275733. Grayscale: #BABABA. Windows color (decimal): -2578228 or 13412568. OLE color: 13412568.

HSL color Cylindrical-coordinate representation of color #D8A8CC: hue angle of 315º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A8CC is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 204 -
CMYK 0 0.22 0.06 0.15
HSL 315º 0.38% 0.75% -
HSV(B) 315º 0.22% 0.85% -
XYZ 53.22 46.96 63.39 -
YUV 186.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 216 168 204 0 0.22 0.06 0.15 315 0.38 0.75
Hex D8 A8 CC 0 16 6 F 13B 26 4B
Octal 330 250 314 0 26 6 17 473 46 113
Binary 11011000 10101000 11001100 0 10110 110 1111 100111011 100110 1001011

Color Harmonies of #D8A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A8CC

Black with #D8A8CC

Text Example


Text Example

White with #D8A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A8CC; }

 p { color: rgb(216,168,204); }

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

background-color css

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

 a { background-color: rgb(216,168,204); }

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

border-color css

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

 span { border-color: rgb(216,168,204); }

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