Html Css Color HEX #DDB0DA French Lilac

📋 copy color: '#DDB0DA'

red 221 ◦ green 176 ◦ blue 218

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

Shades of French Lilac #DDB0DA

Tints of French Lilac #DDB0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.62%

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

R = 35.93%
G = 28.62%
B = 35.45%

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

#DDB0DA (or 0xDDB0DA) is known color: French Lilac. HEX triplet: DD, B0 and DA. RGB value is (221,176,218). Sum of RGB (Red+Green+Blue) = 221+176+218=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0DA is #224F25. Grayscale: #C2C2C2. Windows color (decimal): -2248486 or 14332125. OLE color: 14332125.

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

Color convert

RGB 221 176 218 -
CMYK 0 0.20 0.01 0.13
HSL 304º 0.4% 0.78% -
HSV(B) 304º 0.2% 0.87% -
XYZ 58 51.48 73.21 -
YUV 194.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 221 176 218 0 0.20 0.01 0.13 304 0.4 0.78
Hex DD B0 DA 0 14 1 D 130 28 4E
Octal 335 260 332 0 24 1 15 460 50 116
Binary 11011101 10110000 11011010 0 10100 1 1101 100110000 101000 1001110

Color Harmonies of #DDB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0DA

Black with #DDB0DA

Text Example


Text Example

White with #DDB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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