Html Css Color HEX #DDBDD8 French Lilac

📋 copy color: '#DDBDD8'

red 221 ◦ green 189 ◦ blue 216

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

Shades of French Lilac #DDBDD8

Tints of French Lilac #DDBDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.19%

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

R = 35.3%
G = 30.19%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDBDD8 (or 0xDDBDD8) is known color: French Lilac. HEX triplet: DD, BD and D8. RGB value is (221,189,216). Sum of RGB (Red+Green+Blue) = 221+189+216=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD8 is #224227. Grayscale: #C9C9C9. Windows color (decimal): -2245160 or 14204381. OLE color: 14204381.

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

Color convert

RGB 221 189 216 -
CMYK 0 0.14 0.02 0.13
HSL 309.38º 0.32% 0.8% -
HSV(B) 309.38º 0.14% 0.87% -
XYZ 60.41 56.73 72.73 -
YUV 201.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 221 189 216 0 0.14 0.02 0.13 309.38 0.32 0.8
Hex DD BD D8 0 E 2 D 135 20 50
Octal 335 275 330 0 16 2 15 465 40 120
Binary 11011101 10111101 11011000 0 1110 10 1101 100110101 100000 1010000

Color Harmonies of #DDBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDD8

Black with #DDBDD8

Text Example


Text Example

White with #DDBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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