Html Css Color HEX #DDBBD6 French Lilac

📋 copy color: '#DDBBD6'

red 221 ◦ green 187 ◦ blue 214

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

Shades of French Lilac #DDBBD6

Tints of French Lilac #DDBBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.41%

R = 35.53%
G = 30.06%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDBBD6 (or 0xDDBBD6) is known color: French Lilac. HEX triplet: DD, BB and D6. RGB value is (221,187,214). Sum of RGB (Red+Green+Blue) = 221+187+214=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD6 is #224429. Grayscale: #C8C8C8. Windows color (decimal): -2245674 or 14072797. OLE color: 14072797.

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

Color convert

RGB 221 187 214 -
CMYK 0 0.15 0.03 0.13
HSL 312.35º 0.33% 0.8% -
HSV(B) 312.35º 0.15% 0.87% -
XYZ 59.73 55.77 71.23 -
YUV 200.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 221 187 214 0 0.15 0.03 0.13 312.35 0.33 0.8
Hex DD BB D6 0 F 3 D 138 21 50
Octal 335 273 326 0 17 3 15 470 41 120
Binary 11011101 10111011 11010110 0 1111 11 1101 100111000 100001 1010000

Color Harmonies of #DDBBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBD6

Black with #DDBBD6

Text Example


Text Example

White with #DDBBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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