Html Css Color HEX #D2B3CF French Lilac

📋 copy color: '#D2B3CF'

red 210 ◦ green 179 ◦ blue 207

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

Shades of French Lilac #D2B3CF

Tints of French Lilac #D2B3CF

RGB

 RED value IS 210 (82.42% from 255) = 35.23%

 GREEN value IS 179 (70.31% from 255) = 30.03%

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 35.23%
G = 30.03%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2B3CF (or 0xD2B3CF) is known color: French Lilac. HEX triplet: D2, B3 and CF. RGB value is (210,179,207). Sum of RGB (Red+Green+Blue) = 210+179+207=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B3CF is #2D4C30. Grayscale: #BFBFBF. Windows color (decimal): -2968625 or 13611986. OLE color: 13611986.

HSL color Cylindrical-coordinate representation of color #D2B3CF: hue angle of 305.81º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2B3CF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 179 207 -
CMYK 0 0.15 0.01 0.18
HSL 305.81º 0.26% 0.76% -
HSV(B) 305.81º 0.15% 0.82% -
XYZ 53.96 50.45 65.92 -
YUV 191.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 210 179 207 0 0.15 0.01 0.18 305.81 0.26 0.76
Hex D2 B3 CF 0 F 1 12 132 1A 4C
Octal 322 263 317 0 17 1 22 462 32 114
Binary 11010010 10110011 11001111 0 1111 1 10010 100110010 11010 1001100

Color Harmonies of #D2B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B3CF

Black with #D2B3CF

Text Example


Text Example

White with #D2B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B3CF; }

 p { color: rgb(210,179,207); }

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

background-color css

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

 a { background-color: rgb(210,179,207); }

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

border-color css

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

 span { border-color: rgb(210,179,207); }

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