Html Css Color HEX #DDB5DD French Lilac

📋 copy color: '#DDB5DD'

red 221 ◦ green 181 ◦ blue 221

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

Shades of French Lilac #DDB5DD

Tints of French Lilac #DDB5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.05%

 BLUE value IS 221 (86.72% from 255) = 35.47%

R = 35.47%
G = 29.05%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDB5DD (or 0xDDB5DD) is known color: French Lilac. HEX triplet: DD, B5 and DD. RGB value is (221,181,221). Sum of RGB (Red+Green+Blue) = 221+181+221=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DD is #224A22. Grayscale: #C5C5C5. Windows color (decimal): -2247203 or 14530013. OLE color: 14530013.

HSL color Cylindrical-coordinate representation of color #DDB5DD: hue angle of 300º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5DD is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 221 -
CMYK 0 0.18 0 0.13
HSL 300º 0.37% 0.79% -
HSV(B) 300º 0.18% 0.87% -
XYZ 59.39 53.64 75.63 -
YUV 197.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 221 181 221 0 0.18 0 0.13 300 0.37 0.79
Hex DD B5 DD 0 12 0 D 12C 25 4F
Octal 335 265 335 0 22 0 15 454 45 117
Binary 11011101 10110101 11011101 0 10010 0 1101 100101100 100101 1001111

Color Harmonies of #DDB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5DD

Black with #DDB5DD

Text Example


Text Example

White with #DDB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5DD; }

 p { color: rgb(221,181,221); }

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

background-color css

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

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

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

border-color css

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

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

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