Html Css Color HEX #DCBED8 French Lilac

📋 copy color: '#DCBED8'

red 220 ◦ green 190 ◦ blue 216

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

Shades of French Lilac #DCBED8

Tints of French Lilac #DCBED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.5%

R = 35.14%
G = 30.35%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCBED8 (or 0xDCBED8) is known color: French Lilac. HEX triplet: DC, BE and D8. RGB value is (220,190,216). Sum of RGB (Red+Green+Blue) = 220+190+216=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED8 is #234127. Grayscale: #C9C9C9. Windows color (decimal): -2310440 or 14204636. OLE color: 14204636.

HSL color Cylindrical-coordinate representation of color #DCBED8: hue angle of 308º 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 #DCBED8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 216 -
CMYK 0 0.14 0.02 0.14
HSL 308º 0.3% 0.8% -
HSV(B) 308º 0.14% 0.86% -
XYZ 60.32 57 72.79 -
YUV 201.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 220 190 216 0 0.14 0.02 0.14 308 0.3 0.8
Hex DC BE D8 0 E 2 E 134 1E 50
Octal 334 276 330 0 16 2 16 464 36 120
Binary 11011100 10111110 11011000 0 1110 10 1110 100110100 11110 1010000

Color Harmonies of #DCBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBED8

Black with #DCBED8

Text Example


Text Example

White with #DCBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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