Html Css Color HEX #DDA5CF French Lilac

📋 copy color: '#DDA5CF'

red 221 ◦ green 165 ◦ blue 207

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

Shades of French Lilac #DDA5CF

Tints of French Lilac #DDA5CF

RGB

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

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

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

R = 37.27%
G = 27.82%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDA5CF (or 0xDDA5CF) is known color: French Lilac. HEX triplet: DD, A5 and CF. RGB value is (221,165,207). Sum of RGB (Red+Green+Blue) = 221+165+207=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5CF is #225A30. Grayscale: #BABABA. Windows color (decimal): -2251313 or 13608413. OLE color: 13608413.

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

Color convert

RGB 221 165 207 -
CMYK 0 0.25 0.06 0.13
HSL 315º 0.45% 0.76% -
HSV(B) 315º 0.25% 0.87% -
XYZ 54.54 46.79 65.19 -
YUV 186.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 221 165 207 0 0.25 0.06 0.13 315 0.45 0.76
Hex DD A5 CF 0 19 6 D 13B 2D 4C
Octal 335 245 317 0 31 6 15 473 55 114
Binary 11011101 10100101 11001111 0 11001 110 1101 100111011 101101 1001100

Color Harmonies of #DDA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5CF

Black with #DDA5CF

Text Example


Text Example

White with #DDA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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