Html Css Color HEX #DAB1CF French Lilac

📋 copy color: '#DAB1CF'

red 218 ◦ green 177 ◦ blue 207

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

Shades of French Lilac #DAB1CF

Tints of French Lilac #DAB1CF

RGB

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

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

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

R = 36.21%
G = 29.4%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAB1CF (or 0xDAB1CF) is known color: French Lilac. HEX triplet: DA, B1 and CF. RGB value is (218,177,207). Sum of RGB (Red+Green+Blue) = 218+177+207=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1CF is #254E30. Grayscale: #C0C0C0. Windows color (decimal): -2444849 or 13611482. OLE color: 13611482.

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

Color convert

RGB 218 177 207 -
CMYK 0 0.19 0.05 0.15
HSL 316.1º 0.36% 0.77% -
HSV(B) 316.1º 0.19% 0.85% -
XYZ 55.9 50.85 65.9 -
YUV 192.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 218 177 207 0 0.19 0.05 0.15 316.1 0.36 0.77
Hex DA B1 CF 0 13 5 F 13C 24 4D
Octal 332 261 317 0 23 5 17 474 44 115
Binary 11011010 10110001 11001111 0 10011 101 1111 100111100 100100 1001101

Color Harmonies of #DAB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1CF

Black with #DAB1CF

Text Example


Text Example

White with #DAB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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