Html Css Color HEX #D1B2CF French Lilac

📋 copy color: '#D1B2CF'

red 209 ◦ green 178 ◦ blue 207

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

Shades of French Lilac #D1B2CF

Tints of French Lilac #D1B2CF

RGB

 RED value IS 209 (82.03% from 255) = 35.19%

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

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

R = 35.19%
G = 29.97%
B = 34.85%

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

#D1B2CF (or 0xD1B2CF) is known color: French Lilac. HEX triplet: D1, B2 and CF. RGB value is (209,178,207). Sum of RGB (Red+Green+Blue) = 209+178+207=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2CF is #2E4D30. Grayscale: #BEBEBE. Windows color (decimal): -3034417 or 13611729. OLE color: 13611729.

HSL color Cylindrical-coordinate representation of color #D1B2CF: hue angle of 303.87º degrees, saturation: 0.25, 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 #D1B2CF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 207 -
CMYK 0 0.15 0.01 0.18
HSL 303.87º 0.25% 0.76% -
HSV(B) 303.87º 0.15% 0.82% -
XYZ 53.48 49.9 65.84 -
YUV 190.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 209 178 207 0 0.15 0.01 0.18 303.87 0.25 0.76
Hex D1 B2 CF 0 F 1 12 130 19 4C
Octal 321 262 317 0 17 1 22 460 31 114
Binary 11010001 10110010 11001111 0 1111 1 10010 100110000 11001 1001100

Color Harmonies of #D1B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2CF

Black with #D1B2CF

Text Example


Text Example

White with #D1B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2CF; }

 p { color: rgb(209,178,207); }

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

background-color css

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

 a { background-color: rgb(209,178,207); }

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

border-color css

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

 span { border-color: rgb(209,178,207); }

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