Html Css Color HEX #DCB5D2 French Lilac

📋 copy color: '#DCB5D2'

red 220 ◦ green 181 ◦ blue 210

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

Shades of French Lilac #DCB5D2

Tints of French Lilac #DCB5D2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.62%

 BLUE value IS 210 (82.42% from 255) = 34.37%

R = 36.01%
G = 29.62%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCB5D2 (or 0xDCB5D2) is known color: French Lilac. HEX triplet: DC, B5 and D2. RGB value is (220,181,210). Sum of RGB (Red+Green+Blue) = 220+181+210=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D2 is #234A2D. Grayscale: #C3C3C3. Windows color (decimal): -2312750 or 13809116. OLE color: 13809116.

HSL color Cylindrical-coordinate representation of color #DCB5D2: hue angle of 315.38º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5D2 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 210 -
CMYK 0 0.18 0.05 0.14
HSL 315.38º 0.36% 0.79% -
HSV(B) 315.38º 0.18% 0.86% -
XYZ 57.67 52.92 68.15 -
YUV 195.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 220 181 210 0 0.18 0.05 0.14 315.38 0.36 0.79
Hex DC B5 D2 0 12 5 E 13B 24 4F
Octal 334 265 322 0 22 5 16 473 44 117
Binary 11011100 10110101 11010010 0 10010 101 1110 100111011 100100 1001111

Color Harmonies of #DCB5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5D2

Black with #DCB5D2

Text Example


Text Example

White with #DCB5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5D2; }

 p { color: rgb(220,181,210); }

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

background-color css

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

 a { background-color: rgb(220,181,210); }

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

border-color css

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

 span { border-color: rgb(220,181,210); }

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