Html Css Color HEX #D3B2CE French Lilac

📋 copy color: '#D3B2CE'

red 211 ◦ green 178 ◦ blue 206

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

Shades of French Lilac #D3B2CE

Tints of French Lilac #D3B2CE

RGB

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

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

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

R = 35.46%
G = 29.92%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D3B2CE (or 0xD3B2CE) is known color: French Lilac. HEX triplet: D3, B2 and CE. RGB value is (211,178,206). Sum of RGB (Red+Green+Blue) = 211+178+206=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2CE is #2C4D31. Grayscale: #BEBEBE. Windows color (decimal): -2903346 or 13546195. OLE color: 13546195.

HSL color Cylindrical-coordinate representation of color #D3B2CE: hue angle of 309.09º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3B2CE is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 178 206 -
CMYK 0 0.16 0.02 0.17
HSL 309.09º 0.27% 0.76% -
HSV(B) 309.09º 0.16% 0.83% -
XYZ 53.92 50.15 65.23 -
YUV 191.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 211 178 206 0 0.16 0.02 0.17 309.09 0.27 0.76
Hex D3 B2 CE 0 10 2 11 135 1B 4C
Octal 323 262 316 0 20 2 21 465 33 114
Binary 11010011 10110010 11001110 0 10000 10 10001 100110101 11011 1001100

Color Harmonies of #D3B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B2CE

Black with #D3B2CE

Text Example


Text Example

White with #D3B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B2CE; }

 p { color: rgb(211,178,206); }

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

background-color css

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

 a { background-color: rgb(211,178,206); }

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

border-color css

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

 span { border-color: rgb(211,178,206); }

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