Html Css Color HEX #DDBAD4 French Lilac

📋 copy color: '#DDBAD4'

red 221 ◦ green 186 ◦ blue 212

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

Shades of French Lilac #DDBAD4

Tints of French Lilac #DDBAD4

RGB

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

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

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

R = 35.7%
G = 30.05%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDBAD4 (or 0xDDBAD4) is known color: French Lilac. HEX triplet: DD, BA and D4. RGB value is (221,186,212). Sum of RGB (Red+Green+Blue) = 221+186+212=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD4 is #22452B. Grayscale: #C7C7C7. Windows color (decimal): -2245932 or 13941469. OLE color: 13941469.

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

Color convert

RGB 221 186 212 -
CMYK 0 0.16 0.04 0.13
HSL 315.43º 0.34% 0.8% -
HSV(B) 315.43º 0.16% 0.87% -
XYZ 59.26 55.24 69.83 -
YUV 199.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 221 186 212 0 0.16 0.04 0.13 315.43 0.34 0.8
Hex DD BA D4 0 10 4 D 13B 22 50
Octal 335 272 324 0 20 4 15 473 42 120
Binary 11011101 10111010 11010100 0 10000 100 1101 100111011 100010 1010000

Color Harmonies of #DDBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAD4

Black with #DDBAD4

Text Example


Text Example

White with #DDBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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