Html Css Color HEX #D5AFCC French Lilac

📋 copy color: '#D5AFCC'

red 213 ◦ green 175 ◦ blue 204

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

Shades of French Lilac #D5AFCC

Tints of French Lilac #D5AFCC

RGB

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

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

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

R = 35.98%
G = 29.56%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5AFCC (or 0xD5AFCC) is known color: French Lilac. HEX triplet: D5, AF and CC. RGB value is (213,175,204). Sum of RGB (Red+Green+Blue) = 213+175+204=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFCC is #2A5033. Grayscale: #BDBDBD. Windows color (decimal): -2773044 or 13414357. OLE color: 13414357.

HSL color Cylindrical-coordinate representation of color #D5AFCC: hue angle of 314.21º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFCC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 204 -
CMYK 0 0.18 0.04 0.16
HSL 314.21º 0.31% 0.76% -
HSV(B) 314.21º 0.18% 0.84% -
XYZ 53.67 49.17 63.79 -
YUV 189.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 213 175 204 0 0.18 0.04 0.16 314.21 0.31 0.76
Hex D5 AF CC 0 12 4 10 13A 1F 4C
Octal 325 257 314 0 22 4 20 472 37 114
Binary 11010101 10101111 11001100 0 10010 100 10000 100111010 11111 1001100

Color Harmonies of #D5AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFCC

Black with #D5AFCC

Text Example


Text Example

White with #D5AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFCC; }

 p { color: rgb(213,175,204); }

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

background-color css

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

 a { background-color: rgb(213,175,204); }

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

border-color css

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

 span { border-color: rgb(213,175,204); }

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