Html Css Color HEX #DCB2D0 French Lilac

📋 copy color: '#DCB2D0'

red 220 ◦ green 178 ◦ blue 208

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

Shades of French Lilac #DCB2D0

Tints of French Lilac #DCB2D0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.37%

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

R = 36.3%
G = 29.37%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCB2D0 (or 0xDCB2D0) is known color: French Lilac. HEX triplet: DC, B2 and D0. RGB value is (220,178,208). Sum of RGB (Red+Green+Blue) = 220+178+208=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2D0 is #234D2F. Grayscale: #C1C1C1. Windows color (decimal): -2313520 or 13677276. OLE color: 13677276.

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

Color convert

RGB 220 178 208 -
CMYK 0 0.19 0.05 0.14
HSL 317.14º 0.38% 0.78% -
HSV(B) 317.14º 0.19% 0.86% -
XYZ 56.82 51.61 66.64 -
YUV 193.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 220 178 208 0 0.19 0.05 0.14 317.14 0.38 0.78
Hex DC B2 D0 0 13 5 E 13D 26 4E
Octal 334 262 320 0 23 5 16 475 46 116
Binary 11011100 10110010 11010000 0 10011 101 1110 100111101 100110 1001110

Color Harmonies of #DCB2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2D0

Black with #DCB2D0

Text Example


Text Example

White with #DCB2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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