Html Css Color HEX #DCB0D4 French Lilac

📋 copy color: '#DCB0D4'

red 220 ◦ green 176 ◦ blue 212

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

Shades of French Lilac #DCB0D4

Tints of French Lilac #DCB0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.87%

R = 36.18%
G = 28.95%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCB0D4 (or 0xDCB0D4) is known color: French Lilac. HEX triplet: DC, B0 and D4. RGB value is (220,176,212). Sum of RGB (Red+Green+Blue) = 220+176+212=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D4 is #234F2B. Grayscale: #C1C1C1. Windows color (decimal): -2314028 or 13938908. OLE color: 13938908.

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

Color convert

RGB 220 176 212 -
CMYK 0 0.2 0.04 0.14
HSL 310.91º 0.39% 0.78% -
HSV(B) 310.91º 0.2% 0.86% -
XYZ 56.92 51.02 69.13 -
YUV 193.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 220 176 212 0 0.2 0.04 0.14 310.91 0.39 0.78
Hex DC B0 D4 0 14 4 E 137 27 4E
Octal 334 260 324 0 24 4 16 467 47 116
Binary 11011100 10110000 11010100 0 10100 100 1110 100110111 100111 1001110

Color Harmonies of #DCB0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0D4

Black with #DCB0D4

Text Example


Text Example

White with #DCB0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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