Html Css Color HEX #DFC5DA French Lilac

📋 copy color: '#DFC5DA'

red 223 ◦ green 197 ◦ blue 218

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

Shades of French Lilac #DFC5DA

Tints of French Lilac #DFC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.88%

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

R = 34.95%
G = 30.88%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFC5DA (or 0xDFC5DA) is known color: French Lilac. HEX triplet: DF, C5 and DA. RGB value is (223,197,218). Sum of RGB (Red+Green+Blue) = 223+197+218=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DA is #203A25. Grayscale: #CFCFCF. Windows color (decimal): -2112038 or 14337503. OLE color: 14337503.

HSL color Cylindrical-coordinate representation of color #DFC5DA: hue angle of 311.54º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC5DA is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 197 218 -
CMYK 0 0.12 0.02 0.13
HSL 311.54º 0.29% 0.82% -
HSV(B) 311.54º 0.12% 0.87% -
XYZ 63.05 60.68 74.72 -
YUV 207.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 223 197 218 0 0.12 0.02 0.13 311.54 0.29 0.82
Hex DF C5 DA 0 C 2 D 138 1D 52
Octal 337 305 332 0 14 2 15 470 35 122
Binary 11011111 11000101 11011010 0 1100 10 1101 100111000 11101 1010010

Color Harmonies of #DFC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5DA

Black with #DFC5DA

Text Example


Text Example

White with #DFC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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