Html Css Color HEX #DDADD0 French Lilac

📋 copy color: '#DDADD0'

red 221 ◦ green 173 ◦ blue 208

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

Shades of French Lilac #DDADD0

Tints of French Lilac #DDADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 36.71%
G = 28.74%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDADD0 (or 0xDDADD0) is known color: French Lilac. HEX triplet: DD, AD and D0. RGB value is (221,173,208). Sum of RGB (Red+Green+Blue) = 221+173+208=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD0 is #22522F. Grayscale: #BFBFBF. Windows color (decimal): -2249264 or 13675997. OLE color: 13675997.

HSL color Cylindrical-coordinate representation of color #DDADD0: hue angle of 316.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 #DDADD0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 173 208 -
CMYK 0 0.22 0.06 0.13
HSL 316.25º 0.41% 0.77% -
HSV(B) 316.25º 0.22% 0.87% -
XYZ 56.15 49.81 66.33 -
YUV 191.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 221 173 208 0 0.22 0.06 0.13 316.25 0.41 0.77
Hex DD AD D0 0 16 6 D 13C 29 4D
Octal 335 255 320 0 26 6 15 474 51 115
Binary 11011101 10101101 11010000 0 10110 110 1101 100111100 101001 1001101

Color Harmonies of #DDADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADD0

Black with #DDADD0

Text Example


Text Example

White with #DDADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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