Html Css Color HEX #DDB1DD French Lilac

📋 copy color: '#DDB1DD'

red 221 ◦ green 177 ◦ blue 221

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

Shades of French Lilac #DDB1DD

Tints of French Lilac #DDB1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.59%

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

R = 35.7%
G = 28.59%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDB1DD (or 0xDDB1DD) is known color: French Lilac. HEX triplet: DD, B1 and DD. RGB value is (221,177,221). Sum of RGB (Red+Green+Blue) = 221+177+221=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1DD is #224E22. Grayscale: #C3C3C3. Windows color (decimal): -2248227 or 14528989. OLE color: 14528989.

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

Color convert

RGB 221 177 221 -
CMYK 0 0.20 0 0.13
HSL 300º 0.39% 0.78% -
HSV(B) 300º 0.2% 0.87% -
XYZ 58.59 52.04 75.36 -
YUV 195.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 221 177 221 0 0.20 0 0.13 300 0.39 0.78
Hex DD B1 DD 0 14 0 D 12C 27 4E
Octal 335 261 335 0 24 0 15 454 47 116
Binary 11011101 10110001 11011101 0 10100 0 1101 100101100 100111 1001110

Color Harmonies of #DDB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1DD

Black with #DDB1DD

Text Example


Text Example

White with #DDB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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