Html Css Color HEX #DDB1DA French Lilac

📋 copy color: '#DDB1DA'

red 221 ◦ green 177 ◦ blue 218

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

Shades of French Lilac #DDB1DA

Tints of French Lilac #DDB1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 35.88%
G = 28.73%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDB1DA (or 0xDDB1DA) is known color: French Lilac. HEX triplet: DD, B1 and DA. RGB value is (221,177,218). Sum of RGB (Red+Green+Blue) = 221+177+218=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1DA is #224E25. Grayscale: #C2C2C2. Windows color (decimal): -2248230 or 14332381. OLE color: 14332381.

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

Color convert

RGB 221 177 218 -
CMYK 0 0.20 0.01 0.13
HSL 304.09º 0.39% 0.78% -
HSV(B) 304.09º 0.2% 0.87% -
XYZ 58.2 51.88 73.28 -
YUV 194.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 221 177 218 0 0.20 0.01 0.13 304.09 0.39 0.78
Hex DD B1 DA 0 14 1 D 130 27 4E
Octal 335 261 332 0 24 1 15 460 47 116
Binary 11011101 10110001 11011010 0 10100 1 1101 100110000 100111 1001110

Color Harmonies of #DDB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1DA

Black with #DDB1DA

Text Example


Text Example

White with #DDB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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