Html Css Color HEX #DCBED6 French Lilac

📋 copy color: '#DCBED6'

red 220 ◦ green 190 ◦ blue 214

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

Shades of French Lilac #DCBED6

Tints of French Lilac #DCBED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 35.26%
G = 30.45%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCBED6 (or 0xDCBED6) is known color: French Lilac. HEX triplet: DC, BE and D6. RGB value is (220,190,214). Sum of RGB (Red+Green+Blue) = 220+190+214=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED6 is #234129. Grayscale: #C9C9C9. Windows color (decimal): -2310442 or 14073564. OLE color: 14073564.

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

Color convert

RGB 220 190 214 -
CMYK 0 0.14 0.03 0.14
HSL 312º 0.3% 0.8% -
HSV(B) 312º 0.14% 0.86% -
XYZ 60.07 56.9 71.43 -
YUV 201.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 220 190 214 0 0.14 0.03 0.14 312 0.3 0.8
Hex DC BE D6 0 E 3 E 138 1E 50
Octal 334 276 326 0 16 3 16 470 36 120
Binary 11011100 10111110 11010110 0 1110 11 1110 100111000 11110 1010000

Color Harmonies of #DCBED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBED6

Black with #DCBED6

Text Example


Text Example

White with #DCBED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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