Html Css Color HEX #DDBBDA French Lilac

📋 copy color: '#DDBBDA'

red 221 ◦ green 187 ◦ blue 218

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

Shades of French Lilac #DDBBDA

Tints of French Lilac #DDBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.87%

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

R = 35.3%
G = 29.87%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDBBDA (or 0xDDBBDA) is known color: French Lilac. HEX triplet: DD, BB and DA. RGB value is (221,187,218). Sum of RGB (Red+Green+Blue) = 221+187+218=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDA is #224425. Grayscale: #C8C8C8. Windows color (decimal): -2245670 or 14334941. OLE color: 14334941.

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

Color convert

RGB 221 187 218 -
CMYK 0 0.15 0.01 0.13
HSL 305.29º 0.33% 0.8% -
HSV(B) 305.29º 0.15% 0.87% -
XYZ 60.24 55.97 73.96 -
YUV 200.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 221 187 218 0 0.15 0.01 0.13 305.29 0.33 0.8
Hex DD BB DA 0 F 1 D 131 21 50
Octal 335 273 332 0 17 1 15 461 41 120
Binary 11011101 10111011 11011010 0 1111 1 1101 100110001 100001 1010000

Color Harmonies of #DDBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBDA

Black with #DDBBDA

Text Example


Text Example

White with #DDBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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