Html Css Color HEX #DFBBDC French Lilac

📋 copy color: '#DFBBDC'

red 223 ◦ green 187 ◦ blue 220

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

Shades of French Lilac #DFBBDC

Tints of French Lilac #DFBBDC

RGB

 RED value IS 223 (87.5% from 255) = 35.4%

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

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 35.4%
G = 29.68%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFBBDC (or 0xDFBBDC) is known color: French Lilac. HEX triplet: DF, BB and DC. RGB value is (223,187,220). Sum of RGB (Red+Green+Blue) = 223+187+220=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBDC is #204423. Grayscale: #C9C9C9. Windows color (decimal): -2114596 or 14466015. OLE color: 14466015.

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

Color convert

RGB 223 187 220 -
CMYK 0 0.16 0.01 0.13
HSL 305º 0.36% 0.8% -
HSV(B) 305º 0.16% 0.87% -
XYZ 61.12 56.4 75.37 -
YUV 201.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 223 187 220 0 0.16 0.01 0.13 305 0.36 0.8
Hex DF BB DC 0 10 1 D 131 24 50
Octal 337 273 334 0 20 1 15 461 44 120
Binary 11011111 10111011 11011100 0 10000 1 1101 100110001 100100 1010000

Color Harmonies of #DFBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBDC

Black with #DFBBDC

Text Example


Text Example

White with #DFBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBDC; }

 p { color: rgb(223,187,220); }

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

background-color css

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

 a { background-color: rgb(223,187,220); }

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

border-color css

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

 span { border-color: rgb(223,187,220); }

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