Html Css Color HEX #DCB0CF French Lilac

📋 copy color: '#DCB0CF'

red 220 ◦ green 176 ◦ blue 207

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

Shades of French Lilac #DCB0CF

Tints of French Lilac #DCB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.19%

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

R = 36.48%
G = 29.19%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCB0CF (or 0xDCB0CF) is known color: French Lilac. HEX triplet: DC, B0 and CF. RGB value is (220,176,207). Sum of RGB (Red+Green+Blue) = 220+176+207=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0CF is #234F30. Grayscale: #C0C0C0. Windows color (decimal): -2314033 or 13611228. OLE color: 13611228.

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

Color convert

RGB 220 176 207 -
CMYK 0 0.2 0.06 0.14
HSL 317.73º 0.39% 0.78% -
HSV(B) 317.73º 0.2% 0.86% -
XYZ 56.3 50.77 65.86 -
YUV 192.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 220 176 207 0 0.2 0.06 0.14 317.73 0.39 0.78
Hex DC B0 CF 0 14 6 E 13E 27 4E
Octal 334 260 317 0 24 6 16 476 47 116
Binary 11011100 10110000 11001111 0 10100 110 1110 100111110 100111 1001110

Color Harmonies of #DCB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0CF

Black with #DCB0CF

Text Example


Text Example

White with #DCB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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