Html Css Color HEX #DDB7DB French Lilac

📋 copy color: '#DDB7DB'

red 221 ◦ green 183 ◦ blue 219

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

Shades of French Lilac #DDB7DB

Tints of French Lilac #DDB7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.37%

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

R = 35.47%
G = 29.37%
B = 35.15%

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

#DDB7DB (or 0xDDB7DB) is known color: French Lilac. HEX triplet: DD, B7 and DB. RGB value is (221,183,219). Sum of RGB (Red+Green+Blue) = 221+183+219=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7DB is #224824. Grayscale: #C6C6C6. Windows color (decimal): -2246693 or 14399453. OLE color: 14399453.

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

Color convert

RGB 221 183 219 -
CMYK 0 0.17 0.01 0.13
HSL 303.16º 0.36% 0.79% -
HSV(B) 303.16º 0.17% 0.87% -
XYZ 59.54 54.35 74.37 -
YUV 198.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 221 183 219 0 0.17 0.01 0.13 303.16 0.36 0.79
Hex DD B7 DB 0 11 1 D 12F 24 4F
Octal 335 267 333 0 21 1 15 457 44 117
Binary 11011101 10110111 11011011 0 10001 1 1101 100101111 100100 1001111

Color Harmonies of #DDB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7DB

Black with #DDB7DB

Text Example


Text Example

White with #DDB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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