Html Css Color HEX #DCB2D7 French Lilac

📋 copy color: '#DCB2D7'

red 220 ◦ green 178 ◦ blue 215

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

Shades of French Lilac #DCB2D7

Tints of French Lilac #DCB2D7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.04%

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 35.89%
G = 29.04%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCB2D7 (or 0xDCB2D7) is known color: French Lilac. HEX triplet: DC, B2 and D7. RGB value is (220,178,215). Sum of RGB (Red+Green+Blue) = 220+178+215=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2D7 is #234D28. Grayscale: #C2C2C2. Windows color (decimal): -2313513 or 14136028. OLE color: 14136028.

HSL color Cylindrical-coordinate representation of color #DCB2D7: hue angle of 307.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2D7 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 215 -
CMYK 0 0.19 0.02 0.14
HSL 307.14º 0.38% 0.78% -
HSV(B) 307.14º 0.19% 0.86% -
XYZ 57.7 51.96 71.28 -
YUV 194.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 220 178 215 0 0.19 0.02 0.14 307.14 0.38 0.78
Hex DC B2 D7 0 13 2 E 133 26 4E
Octal 334 262 327 0 23 2 16 463 46 116
Binary 11011100 10110010 11010111 0 10011 10 1110 100110011 100110 1001110

Color Harmonies of #DCB2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2D7

Black with #DCB2D7

Text Example


Text Example

White with #DCB2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2D7; }

 p { color: rgb(220,178,215); }

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

background-color css

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

 a { background-color: rgb(220,178,215); }

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

border-color css

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

 span { border-color: rgb(220,178,215); }

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