Html Css Color HEX #DCBDD9 French Lilac

📋 copy color: '#DCBDD9'

red 220 ◦ green 189 ◦ blue 217

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

Shades of French Lilac #DCBDD9

Tints of French Lilac #DCBDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.19%

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

R = 35.14%
G = 30.19%
B = 34.66%

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

#DCBDD9 (or 0xDCBDD9) is known color: French Lilac. HEX triplet: DC, BD and D9. RGB value is (220,189,217). Sum of RGB (Red+Green+Blue) = 220+189+217=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD9 is #234226. Grayscale: #C9C9C9. Windows color (decimal): -2310695 or 14269916. OLE color: 14269916.

HSL color Cylindrical-coordinate representation of color #DCBDD9: hue angle of 305.81º degrees, saturation: 0.31, 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 #DCBDD9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 217 -
CMYK 0 0.14 0.01 0.14
HSL 305.81º 0.31% 0.8% -
HSV(B) 305.81º 0.14% 0.86% -
XYZ 60.24 56.62 73.4 -
YUV 201.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 220 189 217 0 0.14 0.01 0.14 305.81 0.31 0.8
Hex DC BD D9 0 E 1 E 132 1F 50
Octal 334 275 331 0 16 1 16 462 37 120
Binary 11011100 10111101 11011001 0 1110 1 1110 100110010 11111 1010000

Color Harmonies of #DCBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDD9

Black with #DCBDD9

Text Example


Text Example

White with #DCBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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