Html Css Color HEX #DFB6DD French Lilac

📋 copy color: '#DFB6DD'

red 223 ◦ green 182 ◦ blue 221

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

Shades of French Lilac #DFB6DD

Tints of French Lilac #DFB6DD

RGB

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

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

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

R = 35.62%
G = 29.07%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFB6DD (or 0xDFB6DD) is known color: French Lilac. HEX triplet: DF, B6 and DD. RGB value is (223,182,221). Sum of RGB (Red+Green+Blue) = 223+182+221=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6DD is #204922. Grayscale: #C6C6C6. Windows color (decimal): -2115875 or 14530271. OLE color: 14530271.

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

Color convert

RGB 223 182 221 -
CMYK 0 0.18 0.01 0.13
HSL 302.93º 0.39% 0.79% -
HSV(B) 302.93º 0.18% 0.87% -
XYZ 60.21 54.36 75.73 -
YUV 198.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 223 182 221 0 0.18 0.01 0.13 302.93 0.39 0.79
Hex DF B6 DD 0 12 1 D 12F 27 4F
Octal 337 266 335 0 22 1 15 457 47 117
Binary 11011111 10110110 11011101 0 10010 1 1101 100101111 100111 1001111

Color Harmonies of #DFB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6DD

Black with #DFB6DD

Text Example


Text Example

White with #DFB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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