Html Css Color HEX #DDBBD8 French Lilac

📋 copy color: '#DDBBD8'

red 221 ◦ green 187 ◦ blue 216

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

Shades of French Lilac #DDBBD8

Tints of French Lilac #DDBBD8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.97%

 BLUE value IS 216 (84.77% from 255) = 34.62%

R = 35.42%
G = 29.97%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDBBD8 (or 0xDDBBD8) is known color: French Lilac. HEX triplet: DD, BB and D8. RGB value is (221,187,216). Sum of RGB (Red+Green+Blue) = 221+187+216=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD8 is #224427. Grayscale: #C8C8C8. Windows color (decimal): -2245672 or 14203869. OLE color: 14203869.

HSL color Cylindrical-coordinate representation of color #DDBBD8: hue angle of 308.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBD8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 216 -
CMYK 0 0.15 0.02 0.13
HSL 308.82º 0.33% 0.8% -
HSV(B) 308.82º 0.15% 0.87% -
XYZ 59.98 55.87 72.59 -
YUV 200.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 221 187 216 0 0.15 0.02 0.13 308.82 0.33 0.8
Hex DD BB D8 0 F 2 D 135 21 50
Octal 335 273 330 0 17 2 15 465 41 120
Binary 11011101 10111011 11011000 0 1111 10 1101 100110101 100001 1010000

Color Harmonies of #DDBBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBD8

Black with #DDBBD8

Text Example


Text Example

White with #DDBBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBD8; }

 p { color: rgb(221,187,216); }

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

background-color css

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

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

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

border-color css

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

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

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