Html Css Color HEX #DDBBD5 French Lilac

📋 copy color: '#DDBBD5'

red 221 ◦ green 187 ◦ blue 213

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

Shades of French Lilac #DDBBD5

Tints of French Lilac #DDBBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.3%

R = 35.59%
G = 30.11%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDBBD5 (or 0xDDBBD5) is known color: French Lilac. HEX triplet: DD, BB and D5. RGB value is (221,187,213). Sum of RGB (Red+Green+Blue) = 221+187+213=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD5 is #22442A. Grayscale: #C8C8C8. Windows color (decimal): -2245675 or 14007261. OLE color: 14007261.

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

Color convert

RGB 221 187 213 -
CMYK 0 0.15 0.04 0.13
HSL 314.12º 0.33% 0.8% -
HSV(B) 314.12º 0.15% 0.87% -
XYZ 59.6 55.72 70.56 -
YUV 200.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 221 187 213 0 0.15 0.04 0.13 314.12 0.33 0.8
Hex DD BB D5 0 F 4 D 13A 21 50
Octal 335 273 325 0 17 4 15 472 41 120
Binary 11011101 10111011 11010101 0 1111 100 1101 100111010 100001 1010000

Color Harmonies of #DDBBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBD5

Black with #DDBBD5

Text Example


Text Example

White with #DDBBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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