Html Css Color HEX #DFB6DE French Lilac

📋 copy color: '#DFB6DE'

red 223 ◦ green 182 ◦ blue 222

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

Shades of French Lilac #DFB6DE

Tints of French Lilac #DFB6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.03%

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 35.57%
G = 29.03%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFB6DE (or 0xDFB6DE) is known color: French Lilac. HEX triplet: DF, B6 and DE. RGB value is (223,182,222). Sum of RGB (Red+Green+Blue) = 223+182+222=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6DE is #204921. Grayscale: #C6C6C6. Windows color (decimal): -2115874 or 14595807. OLE color: 14595807.

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

Color convert

RGB 223 182 222 -
CMYK 0 0.18 0.00 0.13
HSL 301.46º 0.39% 0.79% -
HSV(B) 301.46º 0.18% 0.87% -
XYZ 60.34 54.42 76.43 -
YUV 198.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 223 182 222 0 0.18 0.00 0.13 301.46 0.39 0.79
Hex DF B6 DE 0 12 0 D 12D 27 4F
Octal 337 266 336 0 22 0 15 455 47 117
Binary 11011111 10110110 11011110 0 10010 0 1101 100101101 100111 1001111

Color Harmonies of #DFB6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6DE

Black with #DFB6DE

Text Example


Text Example

White with #DFB6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6DE; }

 p { color: rgb(223,182,222); }

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

background-color css

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

 a { background-color: rgb(223,182,222); }

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

border-color css

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

 span { border-color: rgb(223,182,222); }

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