Html Css Color HEX #DFC8DA French Lilac

📋 copy color: '#DFC8DA'

red 223 ◦ green 200 ◦ blue 218

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

Shades of French Lilac #DFC8DA

Tints of French Lilac #DFC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.2%

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

R = 34.79%
G = 31.2%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFC8DA (or 0xDFC8DA) is known color: French Lilac. HEX triplet: DF, C8 and DA. RGB value is (223,200,218). Sum of RGB (Red+Green+Blue) = 223+200+218=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8DA is #203725. Grayscale: #D0D0D0. Windows color (decimal): -2111270 or 14338271. OLE color: 14338271.

HSL color Cylindrical-coordinate representation of color #DFC8DA: hue angle of 313.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8DA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 200 218 -
CMYK 0 0.10 0.02 0.13
HSL 313.04º 0.26% 0.83% -
HSV(B) 313.04º 0.1% 0.87% -
XYZ 63.74 62.06 74.95 -
YUV 208.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 223 200 218 0 0.10 0.02 0.13 313.04 0.26 0.83
Hex DF C8 DA 0 A 2 D 139 1A 53
Octal 337 310 332 0 12 2 15 471 32 123
Binary 11011111 11001000 11011010 0 1010 10 1101 100111001 11010 1010011

Color Harmonies of #DFC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC8DA

Black with #DFC8DA

Text Example


Text Example

White with #DFC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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