Html Css Color HEX #DDBBDB French Lilac

📋 copy color: '#DDBBDB'

red 221 ◦ green 187 ◦ blue 219

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

Shades of French Lilac #DDBBDB

Tints of French Lilac #DDBBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 35.25%
G = 29.82%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDBBDB (or 0xDDBBDB) is known color: French Lilac. HEX triplet: DD, BB and DB. RGB value is (221,187,219). Sum of RGB (Red+Green+Blue) = 221+187+219=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDB is #224424. Grayscale: #C8C8C8. Windows color (decimal): -2245669 or 14400477. OLE color: 14400477.

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

Color convert

RGB 221 187 219 -
CMYK 0 0.15 0.01 0.13
HSL 303.53º 0.33% 0.8% -
HSV(B) 303.53º 0.15% 0.87% -
XYZ 60.38 56.03 74.65 -
YUV 200.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 221 187 219 0 0.15 0.01 0.13 303.53 0.33 0.8
Hex DD BB DB 0 F 1 D 130 21 50
Octal 335 273 333 0 17 1 15 460 41 120
Binary 11011101 10111011 11011011 0 1111 1 1101 100110000 100001 1010000

Color Harmonies of #DDBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBDB

Black with #DDBBDB

Text Example


Text Example

White with #DDBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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