Html Css Color HEX #D3BCCD French Lilac

📋 copy color: '#D3BCCD'

red 211 ◦ green 188 ◦ blue 205

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

Shades of French Lilac #D3BCCD

Tints of French Lilac #D3BCCD

RGB

 RED value IS 211 (82.81% from 255) = 34.93%

 GREEN value IS 188 (73.83% from 255) = 31.13%

 BLUE value IS 205 (80.47% from 255) = 33.94%

R = 34.93%
G = 31.13%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D3BCCD (or 0xD3BCCD) is known color: French Lilac. HEX triplet: D3, BC and CD. RGB value is (211,188,205). Sum of RGB (Red+Green+Blue) = 211+188+205=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCCD is #2C4332. Grayscale: #C4C4C4. Windows color (decimal): -2900787 or 13483219. OLE color: 13483219.

HSL color Cylindrical-coordinate representation of color #D3BCCD: hue angle of 315.65º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BCCD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 188 205 -
CMYK 0 0.11 0.03 0.17
HSL 315.65º 0.21% 0.78% -
HSV(B) 315.65º 0.11% 0.83% -
XYZ 55.87 54.22 65.28 -
YUV 196.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 211 188 205 0 0.11 0.03 0.17 315.65 0.21 0.78
Hex D3 BC CD 0 B 3 11 13C 15 4E
Octal 323 274 315 0 13 3 21 474 25 116
Binary 11010011 10111100 11001101 0 1011 11 10001 100111100 10101 1001110

Color Harmonies of #D3BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BCCD

Black with #D3BCCD

Text Example


Text Example

White with #D3BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BCCD; }

 p { color: rgb(211,188,205); }

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

background-color css

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

 a { background-color: rgb(211,188,205); }

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

border-color css

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

 span { border-color: rgb(211,188,205); }

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