Html Css Color HEX #D5ACCF French Lilac

📋 copy color: '#D5ACCF'

red 213 ◦ green 172 ◦ blue 207

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

Shades of French Lilac #D5ACCF

Tints of French Lilac #D5ACCF

RGB

 RED value IS 213 (83.59% from 255) = 35.98%

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

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 35.98%
G = 29.05%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5ACCF (or 0xD5ACCF) is known color: French Lilac. HEX triplet: D5, AC and CF. RGB value is (213,172,207). Sum of RGB (Red+Green+Blue) = 213+172+207=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACCF is #2A5330. Grayscale: #BCBCBC. Windows color (decimal): -2773809 or 13610197. OLE color: 13610197.

HSL color Cylindrical-coordinate representation of color #D5ACCF: hue angle of 308.78º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACCF is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 207 -
CMYK 0 0.19 0.03 0.16
HSL 308.78º 0.33% 0.75% -
HSV(B) 308.78º 0.19% 0.84% -
XYZ 53.46 48.16 65.51 -
YUV 188.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 213 172 207 0 0.19 0.03 0.16 308.78 0.33 0.75
Hex D5 AC CF 0 13 3 10 135 21 4B
Octal 325 254 317 0 23 3 20 465 41 113
Binary 11010101 10101100 11001111 0 10011 11 10000 100110101 100001 1001011

Color Harmonies of #D5ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACCF

Black with #D5ACCF

Text Example


Text Example

White with #D5ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACCF; }

 p { color: rgb(213,172,207); }

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

background-color css

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

 a { background-color: rgb(213,172,207); }

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

border-color css

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

 span { border-color: rgb(213,172,207); }

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