Html Css Color HEX #D5AFCE French Lilac

📋 copy color: '#D5AFCE'

red 213 ◦ green 175 ◦ blue 206

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

Shades of French Lilac #D5AFCE

Tints of French Lilac #D5AFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 35.86%
G = 29.46%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5AFCE (or 0xD5AFCE) is known color: French Lilac. HEX triplet: D5, AF and CE. RGB value is (213,175,206). Sum of RGB (Red+Green+Blue) = 213+175+206=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFCE is #2A5031. Grayscale: #BDBDBD. Windows color (decimal): -2773042 or 13545429. OLE color: 13545429.

HSL color Cylindrical-coordinate representation of color #D5AFCE: hue angle of 311.05º 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 #D5AFCE is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 206 -
CMYK 0 0.18 0.03 0.16
HSL 311.05º 0.31% 0.76% -
HSV(B) 311.05º 0.18% 0.84% -
XYZ 53.91 49.26 65.06 -
YUV 189.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 213 175 206 0 0.18 0.03 0.16 311.05 0.31 0.76
Hex D5 AF CE 0 12 3 10 137 1F 4C
Octal 325 257 316 0 22 3 20 467 37 114
Binary 11010101 10101111 11001110 0 10010 11 10000 100110111 11111 1001100

Color Harmonies of #D5AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFCE

Black with #D5AFCE

Text Example


Text Example

White with #D5AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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