Html Css Color HEX #DDA5CE French Lilac

📋 copy color: '#DDA5CE'

red 221 ◦ green 165 ◦ blue 206

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

Shades of French Lilac #DDA5CE

Tints of French Lilac #DDA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.87%

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

R = 37.33%
G = 27.87%
B = 34.8%

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

#DDA5CE (or 0xDDA5CE) is known color: French Lilac. HEX triplet: DD, A5 and CE. RGB value is (221,165,206). Sum of RGB (Red+Green+Blue) = 221+165+206=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5CE is #225A31. Grayscale: #BABABA. Windows color (decimal): -2251314 or 13542877. OLE color: 13542877.

HSL color Cylindrical-coordinate representation of color #DDA5CE: hue angle of 316.07º 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 #DDA5CE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 206 -
CMYK 0 0.25 0.07 0.13
HSL 316.07º 0.45% 0.76% -
HSV(B) 316.07º 0.25% 0.87% -
XYZ 54.41 46.74 64.55 -
YUV 186.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 221 165 206 0 0.25 0.07 0.13 316.07 0.45 0.76
Hex DD A5 CE 0 19 7 D 13C 2D 4C
Octal 335 245 316 0 31 7 15 474 55 114
Binary 11011101 10100101 11001110 0 11001 111 1101 100111100 101101 1001100

Color Harmonies of #DDA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5CE

Black with #DDA5CE

Text Example


Text Example

White with #DDA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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