Html Css Color HEX #DCB0D0 French Lilac

📋 copy color: '#DCB0D0'

red 220 ◦ green 176 ◦ blue 208

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

Shades of French Lilac #DCB0D0

Tints of French Lilac #DCB0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.44%

R = 36.42%
G = 29.14%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCB0D0 (or 0xDCB0D0) is known color: French Lilac. HEX triplet: DC, B0 and D0. RGB value is (220,176,208). Sum of RGB (Red+Green+Blue) = 220+176+208=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D0 is #234F2F. Grayscale: #C0C0C0. Windows color (decimal): -2314032 or 13676764. OLE color: 13676764.

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

Color convert

RGB 220 176 208 -
CMYK 0 0.2 0.05 0.14
HSL 316.36º 0.39% 0.78% -
HSV(B) 316.36º 0.2% 0.86% -
XYZ 56.43 50.82 66.51 -
YUV 192.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 220 176 208 0 0.2 0.05 0.14 316.36 0.39 0.78
Hex DC B0 D0 0 14 5 E 13C 27 4E
Octal 334 260 320 0 24 5 16 474 47 116
Binary 11011100 10110000 11010000 0 10100 101 1110 100111100 100111 1001110

Color Harmonies of #DCB0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0D0

Black with #DCB0D0

Text Example


Text Example

White with #DCB0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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