Html Css Color HEX #DAB1CE French Lilac

📋 copy color: '#DAB1CE'

red 218 ◦ green 177 ◦ blue 206

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

Shades of French Lilac #DAB1CE

Tints of French Lilac #DAB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.45%

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

R = 36.27%
G = 29.45%
B = 34.28%

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

#DAB1CE (or 0xDAB1CE) is known color: French Lilac. HEX triplet: DA, B1 and CE. RGB value is (218,177,206). Sum of RGB (Red+Green+Blue) = 218+177+206=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1CE is #254E31. Grayscale: #C0C0C0. Windows color (decimal): -2444850 or 13545946. OLE color: 13545946.

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

Color convert

RGB 218 177 206 -
CMYK 0 0.19 0.06 0.15
HSL 317.56º 0.36% 0.77% -
HSV(B) 317.56º 0.19% 0.85% -
XYZ 55.78 50.81 65.26 -
YUV 192.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 218 177 206 0 0.19 0.06 0.15 317.56 0.36 0.77
Hex DA B1 CE 0 13 6 F 13E 24 4D
Octal 332 261 316 0 23 6 17 476 44 115
Binary 11011010 10110001 11001110 0 10011 110 1111 100111110 100100 1001101

Color Harmonies of #DAB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1CE

Black with #DAB1CE

Text Example


Text Example

White with #DAB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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