Html Css Color HEX #DDBCDB French Lilac

📋 copy color: '#DDBCDB'

red 221 ◦ green 188 ◦ blue 219

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

Shades of French Lilac #DDBCDB

Tints of French Lilac #DDBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.94%

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

R = 35.19%
G = 29.94%
B = 34.87%

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

#DDBCDB (or 0xDDBCDB) is known color: French Lilac. HEX triplet: DD, BC and DB. RGB value is (221,188,219). Sum of RGB (Red+Green+Blue) = 221+188+219=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCDB is #224324. Grayscale: #C9C9C9. Windows color (decimal): -2245413 or 14400733. OLE color: 14400733.

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

Color convert

RGB 221 188 219 -
CMYK 0 0.15 0.01 0.13
HSL 303.64º 0.33% 0.8% -
HSV(B) 303.64º 0.15% 0.87% -
XYZ 60.59 56.45 74.72 -
YUV 201.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 221 188 219 0 0.15 0.01 0.13 303.64 0.33 0.8
Hex DD BC DB 0 F 1 D 130 21 50
Octal 335 274 333 0 17 1 15 460 41 120
Binary 11011101 10111100 11011011 0 1111 1 1101 100110000 100001 1010000

Color Harmonies of #DDBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCDB

Black with #DDBCDB

Text Example


Text Example

White with #DDBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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