Html Css Color HEX #DCB0CE French Lilac

📋 copy color: '#DCB0CE'

red 220 ◦ green 176 ◦ blue 206

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

Shades of French Lilac #DCB0CE

Tints of French Lilac #DCB0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 36.54%
G = 29.24%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCB0CE (or 0xDCB0CE) is known color: French Lilac. HEX triplet: DC, B0 and CE. RGB value is (220,176,206). Sum of RGB (Red+Green+Blue) = 220+176+206=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0CE is #234F31. Grayscale: #C0C0C0. Windows color (decimal): -2314034 or 13545692. OLE color: 13545692.

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

Color convert

RGB 220 176 206 -
CMYK 0 0.2 0.06 0.14
HSL 319.09º 0.39% 0.78% -
HSV(B) 319.09º 0.2% 0.86% -
XYZ 56.18 50.72 65.22 -
YUV 192.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 220 176 206 0 0.2 0.06 0.14 319.09 0.39 0.78
Hex DC B0 CE 0 14 6 E 13F 27 4E
Octal 334 260 316 0 24 6 16 477 47 116
Binary 11011100 10110000 11001110 0 10100 110 1110 100111111 100111 1001110

Color Harmonies of #DCB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0CE

Black with #DCB0CE

Text Example


Text Example

White with #DCB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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