Html Css Color HEX #DDBDD4 French Lilac

📋 copy color: '#DDBDD4'

red 221 ◦ green 189 ◦ blue 212

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

Shades of French Lilac #DDBDD4

Tints of French Lilac #DDBDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.08%

R = 35.53%
G = 30.39%
B = 34.08%

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

#DDBDD4 (or 0xDDBDD4) is known color: French Lilac. HEX triplet: DD, BD and D4. RGB value is (221,189,212). Sum of RGB (Red+Green+Blue) = 221+189+212=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD4 is #22422B. Grayscale: #C9C9C9. Windows color (decimal): -2245164 or 13942237. OLE color: 13942237.

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

Color convert

RGB 221 189 212 -
CMYK 0 0.14 0.04 0.13
HSL 316.88º 0.32% 0.8% -
HSV(B) 316.88º 0.14% 0.87% -
XYZ 59.9 56.52 70.04 -
YUV 201.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 221 189 212 0 0.14 0.04 0.13 316.88 0.32 0.8
Hex DD BD D4 0 E 4 D 13D 20 50
Octal 335 275 324 0 16 4 15 475 40 120
Binary 11011101 10111101 11010100 0 1110 100 1101 100111101 100000 1010000

Color Harmonies of #DDBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDD4

Black with #DDBDD4

Text Example


Text Example

White with #DDBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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