Html Css Color HEX #DAACCD French Lilac

📋 copy color: '#DAACCD'

red 218 ◦ green 172 ◦ blue 205

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

Shades of French Lilac #DAACCD

Tints of French Lilac #DAACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.91%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 36.64%
G = 28.91%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAACCD (or 0xDAACCD) is known color: French Lilac. HEX triplet: DA, AC and CD. RGB value is (218,172,205). Sum of RGB (Red+Green+Blue) = 218+172+205=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACCD is #255332. Grayscale: #BDBDBD. Windows color (decimal): -2446131 or 13479130. OLE color: 13479130.

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

Color convert

RGB 218 172 205 -
CMYK 0 0.21 0.06 0.15
HSL 316.96º 0.38% 0.76% -
HSV(B) 316.96º 0.21% 0.85% -
XYZ 54.69 48.82 64.3 -
YUV 189.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 218 172 205 0 0.21 0.06 0.15 316.96 0.38 0.76
Hex DA AC CD 0 15 6 F 13D 26 4C
Octal 332 254 315 0 25 6 17 475 46 114
Binary 11011010 10101100 11001101 0 10101 110 1111 100111101 100110 1001100

Color Harmonies of #DAACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACCD

Black with #DAACCD

Text Example


Text Example

White with #DAACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACCD; }

 p { color: rgb(218,172,205); }

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

background-color css

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

 a { background-color: rgb(218,172,205); }

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

border-color css

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

 span { border-color: rgb(218,172,205); }

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