Html Css Color HEX #DCBDD4 French Lilac

📋 copy color: '#DCBDD4'

red 220 ◦ green 189 ◦ blue 212

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

Shades of French Lilac #DCBDD4

Tints of French Lilac #DCBDD4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.43%

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

R = 35.43%
G = 30.43%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCBDD4 (or 0xDCBDD4) is known color: French Lilac. HEX triplet: DC, BD and D4. RGB value is (220,189,212). Sum of RGB (Red+Green+Blue) = 220+189+212=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD4 is #23422B. Grayscale: #C8C8C8. Windows color (decimal): -2310700 or 13942236. OLE color: 13942236.

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

Color convert

RGB 220 189 212 -
CMYK 0 0.14 0.04 0.14
HSL 315.48º 0.31% 0.8% -
HSV(B) 315.48º 0.14% 0.86% -
XYZ 59.6 56.36 70.03 -
YUV 200.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 220 189 212 0 0.14 0.04 0.14 315.48 0.31 0.8
Hex DC BD D4 0 E 4 E 13B 1F 50
Octal 334 275 324 0 16 4 16 473 37 120
Binary 11011100 10111101 11010100 0 1110 100 1110 100111011 11111 1010000

Color Harmonies of #DCBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDD4

Black with #DCBDD4

Text Example


Text Example

White with #DCBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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