Html Css Color HEX #DFBBDA French Lilac

📋 copy color: '#DFBBDA'

red 223 ◦ green 187 ◦ blue 218

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

Shades of French Lilac #DFBBDA

Tints of French Lilac #DFBBDA

RGB

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

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

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

R = 35.51%
G = 29.78%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFBBDA (or 0xDFBBDA) is known color: French Lilac. HEX triplet: DF, BB and DA. RGB value is (223,187,218). Sum of RGB (Red+Green+Blue) = 223+187+218=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBDA is #204425. Grayscale: #C9C9C9. Windows color (decimal): -2114598 or 14334943. OLE color: 14334943.

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

Color convert

RGB 223 187 218 -
CMYK 0 0.16 0.02 0.13
HSL 308.33º 0.36% 0.8% -
HSV(B) 308.33º 0.16% 0.87% -
XYZ 60.86 56.29 73.99 -
YUV 201.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 223 187 218 0 0.16 0.02 0.13 308.33 0.36 0.8
Hex DF BB DA 0 10 2 D 134 24 50
Octal 337 273 332 0 20 2 15 464 44 120
Binary 11011111 10111011 11011010 0 10000 10 1101 100110100 100100 1010000

Color Harmonies of #DFBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBDA

Black with #DFBBDA

Text Example


Text Example

White with #DFBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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