Html Css Color HEX #DDA8CD French Lilac

📋 copy color: '#DDA8CD'

red 221 ◦ green 168 ◦ blue 205

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

Shades of French Lilac #DDA8CD

Tints of French Lilac #DDA8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.28%

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 37.21%
G = 28.28%
B = 34.51%

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

#DDA8CD (or 0xDDA8CD) is known color: French Lilac. HEX triplet: DD, A8 and CD. RGB value is (221,168,205). Sum of RGB (Red+Green+Blue) = 221+168+205=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8CD is #225732. Grayscale: #BBBBBB. Windows color (decimal): -2250547 or 13478109. OLE color: 13478109.

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

Color convert

RGB 221 168 205 -
CMYK 0 0.24 0.07 0.13
HSL 318.11º 0.44% 0.76% -
HSV(B) 318.11º 0.24% 0.87% -
XYZ 54.84 47.79 64.09 -
YUV 188.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 221 168 205 0 0.24 0.07 0.13 318.11 0.44 0.76
Hex DD A8 CD 0 18 7 D 13E 2C 4C
Octal 335 250 315 0 30 7 15 476 54 114
Binary 11011101 10101000 11001101 0 11000 111 1101 100111110 101100 1001100

Color Harmonies of #DDA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8CD

Black with #DDA8CD

Text Example


Text Example

White with #DDA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8CD; }

 p { color: rgb(221,168,205); }

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

background-color css

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

 a { background-color: rgb(221,168,205); }

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

border-color css

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

 span { border-color: rgb(221,168,205); }

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