Html Css Color HEX #DDB8DA French Lilac

📋 copy color: '#DDB8DA'

red 221 ◦ green 184 ◦ blue 218

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

Shades of French Lilac #DDB8DA

Tints of French Lilac #DDB8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.53%

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

R = 35.47%
G = 29.53%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDB8DA (or 0xDDB8DA) is known color: French Lilac. HEX triplet: DD, B8 and DA. RGB value is (221,184,218). Sum of RGB (Red+Green+Blue) = 221+184+218=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8DA is #224725. Grayscale: #C6C6C6. Windows color (decimal): -2246438 or 14334173. OLE color: 14334173.

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

Color convert

RGB 221 184 218 -
CMYK 0 0.17 0.01 0.13
HSL 304.86º 0.35% 0.79% -
HSV(B) 304.86º 0.17% 0.87% -
XYZ 59.61 54.72 73.75 -
YUV 198.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 221 184 218 0 0.17 0.01 0.13 304.86 0.35 0.79
Hex DD B8 DA 0 11 1 D 131 23 4F
Octal 335 270 332 0 21 1 15 461 43 117
Binary 11011101 10111000 11011010 0 10001 1 1101 100110001 100011 1001111

Color Harmonies of #DDB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8DA

Black with #DDB8DA

Text Example


Text Example

White with #DDB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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