Html Css Color HEX #DAADCD French Lilac

📋 copy color: '#DAADCD'

red 218 ◦ green 173 ◦ blue 205

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

Shades of French Lilac #DAADCD

Tints of French Lilac #DAADCD

RGB

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

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

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

R = 36.58%
G = 29.03%
B = 34.4%

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

#DAADCD (or 0xDAADCD) is known color: French Lilac. HEX triplet: DA, AD and CD. RGB value is (218,173,205). Sum of RGB (Red+Green+Blue) = 218+173+205=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADCD is #255232. Grayscale: #BEBEBE. Windows color (decimal): -2445875 or 13479386. OLE color: 13479386.

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

Color convert

RGB 218 173 205 -
CMYK 0 0.21 0.06 0.15
HSL 317.33º 0.38% 0.77% -
HSV(B) 317.33º 0.21% 0.85% -
XYZ 54.88 49.2 64.36 -
YUV 190.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 218 173 205 0 0.21 0.06 0.15 317.33 0.38 0.77
Hex DA AD CD 0 15 6 F 13D 26 4D
Octal 332 255 315 0 25 6 17 475 46 115
Binary 11011010 10101101 11001101 0 10101 110 1111 100111101 100110 1001101

Color Harmonies of #DAADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADCD

Black with #DAADCD

Text Example


Text Example

White with #DAADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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