Html Css Color HEX #D2AECF French Lilac

📋 copy color: '#D2AECF'

red 210 ◦ green 174 ◦ blue 207

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

Shades of French Lilac #D2AECF

Tints of French Lilac #D2AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.44%

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

R = 35.53%
G = 29.44%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2AECF (or 0xD2AECF) is known color: French Lilac. HEX triplet: D2, AE and CF. RGB value is (210,174,207). Sum of RGB (Red+Green+Blue) = 210+174+207=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AECF is #2D5130. Grayscale: #BCBCBC. Windows color (decimal): -2969905 or 13610706. OLE color: 13610706.

HSL color Cylindrical-coordinate representation of color #D2AECF: hue angle of 305º degrees, saturation: 0.29, 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 #D2AECF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 174 207 -
CMYK 0 0.17 0.01 0.18
HSL 305º 0.29% 0.75% -
HSV(B) 305º 0.17% 0.82% -
XYZ 52.98 48.48 65.6 -
YUV 188.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 210 174 207 0 0.17 0.01 0.18 305 0.29 0.75
Hex D2 AE CF 0 11 1 12 131 1D 4B
Octal 322 256 317 0 21 1 22 461 35 113
Binary 11010010 10101110 11001111 0 10001 1 10010 100110001 11101 1001011

Color Harmonies of #D2AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AECF

Black with #D2AECF

Text Example


Text Example

White with #D2AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AECF; }

 p { color: rgb(210,174,207); }

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

background-color css

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

 a { background-color: rgb(210,174,207); }

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

border-color css

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

 span { border-color: rgb(210,174,207); }

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