Html Css Color HEX #DDBDD5 French Lilac

📋 copy color: '#DDBDD5'

red 221 ◦ green 189 ◦ blue 213

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

Shades of French Lilac #DDBDD5

Tints of French Lilac #DDBDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.34%

 BLUE value IS 213 (83.59% from 255) = 34.19%

R = 35.47%
G = 30.34%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDBDD5 (or 0xDDBDD5) is known color: French Lilac. HEX triplet: DD, BD and D5. RGB value is (221,189,213). Sum of RGB (Red+Green+Blue) = 221+189+213=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD5 is #22422A. Grayscale: #C9C9C9. Windows color (decimal): -2245163 or 14007773. OLE color: 14007773.

HSL color Cylindrical-coordinate representation of color #DDBDD5: hue angle of 315º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDD5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 189 213 -
CMYK 0 0.14 0.04 0.13
HSL 315º 0.32% 0.8% -
HSV(B) 315º 0.14% 0.87% -
XYZ 60.03 56.57 70.71 -
YUV 201.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 221 189 213 0 0.14 0.04 0.13 315 0.32 0.8
Hex DD BD D5 0 E 4 D 13B 20 50
Octal 335 275 325 0 16 4 15 473 40 120
Binary 11011101 10111101 11010101 0 1110 100 1101 100111011 100000 1010000

Color Harmonies of #DDBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDD5

Black with #DDBDD5

Text Example


Text Example

White with #DDBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDD5; }

 p { color: rgb(221,189,213); }

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

background-color css

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

 a { background-color: rgb(221,189,213); }

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

border-color css

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

 span { border-color: rgb(221,189,213); }

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