Html Css Color HEX #DAB0CE French Lilac

📋 copy color: '#DAB0CE'

red 218 ◦ green 176 ◦ blue 206

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

Shades of French Lilac #DAB0CE

Tints of French Lilac #DAB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.33%

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

R = 36.33%
G = 29.33%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAB0CE (or 0xDAB0CE) is known color: French Lilac. HEX triplet: DA, B0 and CE. RGB value is (218,176,206). Sum of RGB (Red+Green+Blue) = 218+176+206=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0CE is #254F31. Grayscale: #BFBFBF. Windows color (decimal): -2445106 or 13545690. OLE color: 13545690.

HSL color Cylindrical-coordinate representation of color #DAB0CE: hue angle of 317.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0CE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 206 -
CMYK 0 0.19 0.06 0.15
HSL 317.14º 0.36% 0.77% -
HSV(B) 317.14º 0.19% 0.85% -
XYZ 55.58 50.41 65.19 -
YUV 191.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 218 176 206 0 0.19 0.06 0.15 317.14 0.36 0.77
Hex DA B0 CE 0 13 6 F 13D 24 4D
Octal 332 260 316 0 23 6 17 475 44 115
Binary 11011010 10110000 11001110 0 10011 110 1111 100111101 100100 1001101

Color Harmonies of #DAB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0CE

Black with #DAB0CE

Text Example


Text Example

White with #DAB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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