Html Css Color HEX #DDA7CE French Lilac

📋 copy color: '#DDA7CE'

red 221 ◦ green 167 ◦ blue 206

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

Shades of French Lilac #DDA7CE

Tints of French Lilac #DDA7CE

RGB

 RED value IS 221 (86.72% from 255) = 37.21%

 GREEN value IS 167 (65.63% from 255) = 28.11%

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

R = 37.21%
G = 28.11%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDA7CE (or 0xDDA7CE) is known color: French Lilac. HEX triplet: DD, A7 and CE. RGB value is (221,167,206). Sum of RGB (Red+Green+Blue) = 221+167+206=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7CE is #225831. Grayscale: #BBBBBB. Windows color (decimal): -2250802 or 13543389. OLE color: 13543389.

HSL color Cylindrical-coordinate representation of color #DDA7CE: hue angle of 316.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA7CE is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 206 -
CMYK 0 0.24 0.07 0.13
HSL 316.67º 0.44% 0.76% -
HSV(B) 316.67º 0.24% 0.87% -
XYZ 54.78 47.47 64.67 -
YUV 187.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 221 167 206 0 0.24 0.07 0.13 316.67 0.44 0.76
Hex DD A7 CE 0 18 7 D 13D 2C 4C
Octal 335 247 316 0 30 7 15 475 54 114
Binary 11011101 10100111 11001110 0 11000 111 1101 100111101 101100 1001100

Color Harmonies of #DDA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7CE

Black with #DDA7CE

Text Example


Text Example

White with #DDA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7CE; }

 p { color: rgb(221,167,206); }

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

background-color css

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

 a { background-color: rgb(221,167,206); }

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

border-color css

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

 span { border-color: rgb(221,167,206); }

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