Html Css Color HEX #DAB3CF French Lilac

📋 copy color: '#DAB3CF'

red 218 ◦ green 179 ◦ blue 207

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

Shades of French Lilac #DAB3CF

Tints of French Lilac #DAB3CF

RGB

 RED value IS 218 (85.55% from 255) = 36.09%

 GREEN value IS 179 (70.31% from 255) = 29.64%

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 36.09%
G = 29.64%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAB3CF (or 0xDAB3CF) is known color: French Lilac. HEX triplet: DA, B3 and CF. RGB value is (218,179,207). Sum of RGB (Red+Green+Blue) = 218+179+207=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3CF is #254C30. Grayscale: #C1C1C1. Windows color (decimal): -2444337 or 13611994. OLE color: 13611994.

HSL color Cylindrical-coordinate representation of color #DAB3CF: hue angle of 316.92º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3CF is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 207 -
CMYK 0 0.18 0.05 0.15
HSL 316.92º 0.35% 0.78% -
HSV(B) 316.92º 0.18% 0.85% -
XYZ 56.3 51.65 66.03 -
YUV 193.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 218 179 207 0 0.18 0.05 0.15 316.92 0.35 0.78
Hex DA B3 CF 0 12 5 F 13D 23 4E
Octal 332 263 317 0 22 5 17 475 43 116
Binary 11011010 10110011 11001111 0 10010 101 1111 100111101 100011 1001110

Color Harmonies of #DAB3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3CF

Black with #DAB3CF

Text Example


Text Example

White with #DAB3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3CF; }

 p { color: rgb(218,179,207); }

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

background-color css

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

 a { background-color: rgb(218,179,207); }

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

border-color css

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

 span { border-color: rgb(218,179,207); }

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