Html Css Color HEX #D7B2CF French Lilac

📋 copy color: '#D7B2CF'

red 215 ◦ green 178 ◦ blue 207

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

Shades of French Lilac #D7B2CF

Tints of French Lilac #D7B2CF

RGB

 RED value IS 215 (84.38% from 255) = 35.83%

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

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

R = 35.83%
G = 29.67%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7B2CF (or 0xD7B2CF) is known color: French Lilac. HEX triplet: D7, B2 and CF. RGB value is (215,178,207). Sum of RGB (Red+Green+Blue) = 215+178+207=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2CF is #284D30. Grayscale: #C0C0C0. Windows color (decimal): -2641201 or 13611735. OLE color: 13611735.

HSL color Cylindrical-coordinate representation of color #D7B2CF: hue angle of 312.97º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B2CF is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 207 -
CMYK 0 0.17 0.04 0.16
HSL 312.97º 0.32% 0.77% -
HSV(B) 312.97º 0.17% 0.84% -
XYZ 55.21 50.79 65.93 -
YUV 192.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 215 178 207 0 0.17 0.04 0.16 312.97 0.32 0.77
Hex D7 B2 CF 0 11 4 10 139 20 4D
Octal 327 262 317 0 21 4 20 471 40 115
Binary 11010111 10110010 11001111 0 10001 100 10000 100111001 100000 1001101

Color Harmonies of #D7B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2CF

Black with #D7B2CF

Text Example


Text Example

White with #D7B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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