Html Css Color HEX #DAB3CE French Lilac

📋 copy color: '#DAB3CE'

red 218 ◦ green 179 ◦ blue 206

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

Shades of French Lilac #DAB3CE

Tints of French Lilac #DAB3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 36.15%
G = 29.68%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAB3CE (or 0xDAB3CE) is known color: French Lilac. HEX triplet: DA, B3 and CE. RGB value is (218,179,206). Sum of RGB (Red+Green+Blue) = 218+179+206=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3CE is #254C31. Grayscale: #C1C1C1. Windows color (decimal): -2444338 or 13546458. OLE color: 13546458.

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

Color convert

RGB 218 179 206 -
CMYK 0 0.18 0.06 0.15
HSL 318.46º 0.35% 0.78% -
HSV(B) 318.46º 0.18% 0.85% -
XYZ 56.17 51.6 65.39 -
YUV 193.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 218 179 206 0 0.18 0.06 0.15 318.46 0.35 0.78
Hex DA B3 CE 0 12 6 F 13E 23 4E
Octal 332 263 316 0 22 6 17 476 43 116
Binary 11011010 10110011 11001110 0 10010 110 1111 100111110 100011 1001110

Color Harmonies of #DAB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3CE

Black with #DAB3CE

Text Example


Text Example

White with #DAB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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