Html Css Color HEX #DDADD4 French Lilac

📋 copy color: '#DDADD4'

red 221 ◦ green 173 ◦ blue 212

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

Shades of French Lilac #DDADD4

Tints of French Lilac #DDADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.55%

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

R = 36.47%
G = 28.55%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDADD4 (or 0xDDADD4) is known color: French Lilac. HEX triplet: DD, AD and D4. RGB value is (221,173,212). Sum of RGB (Red+Green+Blue) = 221+173+212=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD4 is #22522B. Grayscale: #BFBFBF. Windows color (decimal): -2249260 or 13938141. OLE color: 13938141.

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

Color convert

RGB 221 173 212 -
CMYK 0 0.22 0.04 0.13
HSL 311.25º 0.41% 0.77% -
HSV(B) 311.25º 0.22% 0.87% -
XYZ 56.65 50.01 68.96 -
YUV 191.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 221 173 212 0 0.22 0.04 0.13 311.25 0.41 0.77
Hex DD AD D4 0 16 4 D 137 29 4D
Octal 335 255 324 0 26 4 15 467 51 115
Binary 11011101 10101101 11010100 0 10110 100 1101 100110111 101001 1001101

Color Harmonies of #DDADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADD4

Black with #DDADD4

Text Example


Text Example

White with #DDADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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