Html Css Color HEX #DDBAD3 French Lilac

📋 copy color: '#DDBAD3'

red 221 ◦ green 186 ◦ blue 211

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

Shades of French Lilac #DDBAD3

Tints of French Lilac #DDBAD3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.1%

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

R = 35.76%
G = 30.1%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDBAD3 (or 0xDDBAD3) is known color: French Lilac. HEX triplet: DD, BA and D3. RGB value is (221,186,211). Sum of RGB (Red+Green+Blue) = 221+186+211=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD3 is #22452C. Grayscale: #C7C7C7. Windows color (decimal): -2245933 or 13875933. OLE color: 13875933.

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

Color convert

RGB 221 186 211 -
CMYK 0 0.16 0.05 0.13
HSL 317.14º 0.34% 0.8% -
HSV(B) 317.14º 0.16% 0.87% -
XYZ 59.14 55.19 69.16 -
YUV 199.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 221 186 211 0 0.16 0.05 0.13 317.14 0.34 0.8
Hex DD BA D3 0 10 5 D 13D 22 50
Octal 335 272 323 0 20 5 15 475 42 120
Binary 11011101 10111010 11010011 0 10000 101 1101 100111101 100010 1010000

Color Harmonies of #DDBAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAD3

Black with #DDBAD3

Text Example


Text Example

White with #DDBAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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