Html Css Color HEX #DDB2DA French Lilac

📋 copy color: '#DDB2DA'

red 221 ◦ green 178 ◦ blue 218

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

Shades of French Lilac #DDB2DA

Tints of French Lilac #DDB2DA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.85%

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 35.82%
G = 28.85%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDB2DA (or 0xDDB2DA) is known color: French Lilac. HEX triplet: DD, B2 and DA. RGB value is (221,178,218). Sum of RGB (Red+Green+Blue) = 221+178+218=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2DA is #224D25. Grayscale: #C3C3C3. Windows color (decimal): -2247974 or 14332637. OLE color: 14332637.

HSL color Cylindrical-coordinate representation of color #DDB2DA: hue angle of 304.19º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2DA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 218 -
CMYK 0 0.19 0.01 0.13
HSL 304.19º 0.39% 0.78% -
HSV(B) 304.19º 0.19% 0.87% -
XYZ 58.39 52.27 73.34 -
YUV 195.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 221 178 218 0 0.19 0.01 0.13 304.19 0.39 0.78
Hex DD B2 DA 0 13 1 D 130 27 4E
Octal 335 262 332 0 23 1 15 460 47 116
Binary 11011101 10110010 11011010 0 10011 1 1101 100110000 100111 1001110

Color Harmonies of #DDB2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2DA

Black with #DDB2DA

Text Example


Text Example

White with #DDB2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2DA; }

 p { color: rgb(221,178,218); }

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

background-color css

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

 a { background-color: rgb(221,178,218); }

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

border-color css

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

 span { border-color: rgb(221,178,218); }

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