Html Css Color HEX #DDA6CE French Lilac

📋 copy color: '#DDA6CE'

red 221 ◦ green 166 ◦ blue 206

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

Shades of French Lilac #DDA6CE

Tints of French Lilac #DDA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.99%

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

R = 37.27%
G = 27.99%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDA6CE (or 0xDDA6CE) is known color: French Lilac. HEX triplet: DD, A6 and CE. RGB value is (221,166,206). Sum of RGB (Red+Green+Blue) = 221+166+206=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6CE is #225931. Grayscale: #BABABA. Windows color (decimal): -2251058 or 13543133. OLE color: 13543133.

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

Color convert

RGB 221 166 206 -
CMYK 0 0.25 0.07 0.13
HSL 316.36º 0.45% 0.76% -
HSV(B) 316.36º 0.25% 0.87% -
XYZ 54.6 47.1 64.61 -
YUV 187.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 221 166 206 0 0.25 0.07 0.13 316.36 0.45 0.76
Hex DD A6 CE 0 19 7 D 13C 2D 4C
Octal 335 246 316 0 31 7 15 474 55 114
Binary 11011101 10100110 11001110 0 11001 111 1101 100111100 101101 1001100

Color Harmonies of #DDA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6CE

Black with #DDA6CE

Text Example


Text Example

White with #DDA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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