Html Css Color HEX #DAADCF French Lilac

📋 copy color: '#DAADCF'

red 218 ◦ green 173 ◦ blue 207

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

Shades of French Lilac #DAADCF

Tints of French Lilac #DAADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.93%

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

R = 36.45%
G = 28.93%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAADCF (or 0xDAADCF) is known color: French Lilac. HEX triplet: DA, AD and CF. RGB value is (218,173,207). Sum of RGB (Red+Green+Blue) = 218+173+207=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADCF is #255230. Grayscale: #BEBEBE. Windows color (decimal): -2445873 or 13610458. OLE color: 13610458.

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

Color convert

RGB 218 173 207 -
CMYK 0 0.21 0.05 0.15
HSL 314.67º 0.38% 0.77% -
HSV(B) 314.67º 0.21% 0.85% -
XYZ 55.12 49.3 65.64 -
YUV 190.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 218 173 207 0 0.21 0.05 0.15 314.67 0.38 0.77
Hex DA AD CF 0 15 5 F 13B 26 4D
Octal 332 255 317 0 25 5 17 473 46 115
Binary 11011010 10101101 11001111 0 10101 101 1111 100111011 100110 1001101

Color Harmonies of #DAADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADCF

Black with #DAADCF

Text Example


Text Example

White with #DAADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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