Html Css Color HEX #DCB1CF French Lilac

📋 copy color: '#DCB1CF'

red 220 ◦ green 177 ◦ blue 207

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

Shades of French Lilac #DCB1CF

Tints of French Lilac #DCB1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 36.42%
G = 29.3%
B = 34.27%

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

#DCB1CF (or 0xDCB1CF) is known color: French Lilac. HEX triplet: DC, B1 and CF. RGB value is (220,177,207). Sum of RGB (Red+Green+Blue) = 220+177+207=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1CF is #234E30. Grayscale: #C1C1C1. Windows color (decimal): -2313777 or 13611484. OLE color: 13611484.

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

Color convert

RGB 220 177 207 -
CMYK 0 0.20 0.06 0.14
HSL 318.14º 0.38% 0.78% -
HSV(B) 318.14º 0.2% 0.86% -
XYZ 56.5 51.16 65.93 -
YUV 193.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 220 177 207 0 0.20 0.06 0.14 318.14 0.38 0.78
Hex DC B1 CF 0 14 6 E 13E 26 4E
Octal 334 261 317 0 24 6 16 476 46 116
Binary 11011100 10110001 11001111 0 10100 110 1110 100111110 100110 1001110

Color Harmonies of #DCB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1CF

Black with #DCB1CF

Text Example


Text Example

White with #DCB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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