Html Css Color HEX #DCB4D4 French Lilac

📋 copy color: '#DCB4D4'

red 220 ◦ green 180 ◦ blue 212

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

Shades of French Lilac #DCB4D4

Tints of French Lilac #DCB4D4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.41%

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

R = 35.95%
G = 29.41%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCB4D4 (or 0xDCB4D4) is known color: French Lilac. HEX triplet: DC, B4 and D4. RGB value is (220,180,212). Sum of RGB (Red+Green+Blue) = 220+180+212=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4D4 is #234B2B. Grayscale: #C3C3C3. Windows color (decimal): -2313004 or 13939932. OLE color: 13939932.

HSL color Cylindrical-coordinate representation of color #DCB4D4: hue angle of 312º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4D4 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 212 -
CMYK 0 0.18 0.04 0.14
HSL 312º 0.36% 0.78% -
HSV(B) 312º 0.18% 0.86% -
XYZ 57.72 52.61 69.4 -
YUV 195.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 220 180 212 0 0.18 0.04 0.14 312 0.36 0.78
Hex DC B4 D4 0 12 4 E 138 24 4E
Octal 334 264 324 0 22 4 16 470 44 116
Binary 11011100 10110100 11010100 0 10010 100 1110 100111000 100100 1001110

Color Harmonies of #DCB4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4D4

Black with #DCB4D4

Text Example


Text Example

White with #DCB4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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