Html Css Color HEX #DDBBD3 French Lilac

📋 copy color: '#DDBBD3'

red 221 ◦ green 187 ◦ blue 211

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

Shades of French Lilac #DDBBD3

Tints of French Lilac #DDBBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.09%

R = 35.7%
G = 30.21%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDBBD3 (or 0xDDBBD3) is known color: French Lilac. HEX triplet: DD, BB and D3. RGB value is (221,187,211). Sum of RGB (Red+Green+Blue) = 221+187+211=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD3 is #22442C. Grayscale: #C7C7C7. Windows color (decimal): -2245677 or 13876189. OLE color: 13876189.

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

Color convert

RGB 221 187 211 -
CMYK 0 0.15 0.05 0.13
HSL 317.65º 0.33% 0.8% -
HSV(B) 317.65º 0.15% 0.87% -
XYZ 59.35 55.62 69.24 -
YUV 199.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 221 187 211 0 0.15 0.05 0.13 317.65 0.33 0.8
Hex DD BB D3 0 F 5 D 13E 21 50
Octal 335 273 323 0 17 5 15 476 41 120
Binary 11011101 10111011 11010011 0 1111 101 1101 100111110 100001 1010000

Color Harmonies of #DDBBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBD3

Black with #DDBBD3

Text Example


Text Example

White with #DDBBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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