Html Css Color HEX #D8A5CC French Lilac

📋 copy color: '#D8A5CC'

red 216 ◦ green 165 ◦ blue 204

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

Shades of French Lilac #D8A5CC

Tints of French Lilac #D8A5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.21%

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

R = 36.92%
G = 28.21%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8A5CC (or 0xD8A5CC) is known color: French Lilac. HEX triplet: D8, A5 and CC. RGB value is (216,165,204). Sum of RGB (Red+Green+Blue) = 216+165+204=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A5CC is #275A33. Grayscale: #B8B8B8. Windows color (decimal): -2578996 or 13411800. OLE color: 13411800.

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

Color convert

RGB 216 165 204 -
CMYK 0 0.24 0.06 0.15
HSL 314.12º 0.4% 0.75% -
HSV(B) 314.12º 0.24% 0.85% -
XYZ 52.67 45.87 63.2 -
YUV 184.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 216 165 204 0 0.24 0.06 0.15 314.12 0.4 0.75
Hex D8 A5 CC 0 18 6 F 13A 28 4B
Octal 330 245 314 0 30 6 17 472 50 113
Binary 11011000 10100101 11001100 0 11000 110 1111 100111010 101000 1001011

Color Harmonies of #D8A5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A5CC

Black with #D8A5CC

Text Example


Text Example

White with #D8A5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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