Html Css Color HEX #DCB1CE French Lilac

📋 copy color: '#DCB1CE'

red 220 ◦ green 177 ◦ blue 206

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

Shades of French Lilac #DCB1CE

Tints of French Lilac #DCB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.35%

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 36.48%
G = 29.35%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCB1CE (or 0xDCB1CE) is known color: French Lilac. HEX triplet: DC, B1 and CE. RGB value is (220,177,206). Sum of RGB (Red+Green+Blue) = 220+177+206=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1CE is #234E31. Grayscale: #C1C1C1. Windows color (decimal): -2313778 or 13545948. OLE color: 13545948.

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

Color convert

RGB 220 177 206 -
CMYK 0 0.20 0.06 0.14
HSL 319.53º 0.38% 0.78% -
HSV(B) 319.53º 0.2% 0.86% -
XYZ 56.38 51.12 65.29 -
YUV 193.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 220 177 206 0 0.20 0.06 0.14 319.53 0.38 0.78
Hex DC B1 CE 0 14 6 E 140 26 4E
Octal 334 261 316 0 24 6 16 500 46 116
Binary 11011100 10110001 11001110 0 10100 110 1110 101000000 100110 1001110

Color Harmonies of #DCB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1CE

Black with #DCB1CE

Text Example


Text Example

White with #DCB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1CE; }

 p { color: rgb(220,177,206); }

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

background-color css

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

 a { background-color: rgb(220,177,206); }

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

border-color css

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

 span { border-color: rgb(220,177,206); }

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