Html Css Color HEX #DCBED9 French Lilac

📋 copy color: '#DCBED9'

red 220 ◦ green 190 ◦ blue 217

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

Shades of French Lilac #DCBED9

Tints of French Lilac #DCBED9

RGB

 RED value IS 220 (86.33% from 255) = 35.09%

 GREEN value IS 190 (74.61% from 255) = 30.3%

 BLUE value IS 217 (85.16% from 255) = 34.61%

R = 35.09%
G = 30.3%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCBED9 (or 0xDCBED9) is known color: French Lilac. HEX triplet: DC, BE and D9. RGB value is (220,190,217). Sum of RGB (Red+Green+Blue) = 220+190+217=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED9 is #234126. Grayscale: #C9C9C9. Windows color (decimal): -2310439 or 14270172. OLE color: 14270172.

HSL color Cylindrical-coordinate representation of color #DCBED9: hue angle of 306º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBED9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 217 -
CMYK 0 0.14 0.01 0.14
HSL 306º 0.3% 0.8% -
HSV(B) 306º 0.14% 0.86% -
XYZ 60.45 57.05 73.47 -
YUV 202.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 220 190 217 0 0.14 0.01 0.14 306 0.3 0.8
Hex DC BE D9 0 E 1 E 132 1E 50
Octal 334 276 331 0 16 1 16 462 36 120
Binary 11011100 10111110 11011001 0 1110 1 1110 100110010 11110 1010000

Color Harmonies of #DCBED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBED9

Black with #DCBED9

Text Example


Text Example

White with #DCBED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBED9; }

 p { color: rgb(220,190,217); }

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

background-color css

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

 a { background-color: rgb(220,190,217); }

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

border-color css

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

 span { border-color: rgb(220,190,217); }

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