Html Css Color HEX #D2AFCE French Lilac

📋 copy color: '#D2AFCE'

red 210 ◦ green 175 ◦ blue 206

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

Shades of French Lilac #D2AFCE

Tints of French Lilac #D2AFCE

RGB

 RED value IS 210 (82.42% from 255) = 35.53%

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

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

R = 35.53%
G = 29.61%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2AFCE (or 0xD2AFCE) is known color: French Lilac. HEX triplet: D2, AF and CE. RGB value is (210,175,206). Sum of RGB (Red+Green+Blue) = 210+175+206=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFCE is #2D5031. Grayscale: #BCBCBC. Windows color (decimal): -2969650 or 13545426. OLE color: 13545426.

HSL color Cylindrical-coordinate representation of color #D2AFCE: hue angle of 306.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFCE is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 175 206 -
CMYK 0 0.17 0.02 0.18
HSL 306.86º 0.28% 0.75% -
HSV(B) 306.86º 0.17% 0.82% -
XYZ 53.05 48.82 65.02 -
YUV 189 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 210 175 206 0 0.17 0.02 0.18 306.86 0.28 0.75
Hex D2 AF CE 0 11 2 12 133 1C 4B
Octal 322 257 316 0 21 2 22 463 34 113
Binary 11010010 10101111 11001110 0 10001 10 10010 100110011 11100 1001011

Color Harmonies of #D2AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFCE

Black with #D2AFCE

Text Example


Text Example

White with #D2AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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