Html Css Color HEX #D7B2D3 French Lilac

📋 copy color: '#D7B2D3'

red 215 ◦ green 178 ◦ blue 211

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

Shades of French Lilac #D7B2D3

Tints of French Lilac #D7B2D3

RGB

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

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

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

R = 35.6%
G = 29.47%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D7B2D3 (or 0xD7B2D3) is known color: French Lilac. HEX triplet: D7, B2 and D3. RGB value is (215,178,211). Sum of RGB (Red+Green+Blue) = 215+178+211=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2D3 is #284D2C. Grayscale: #C0C0C0. Windows color (decimal): -2641197 or 13873879. OLE color: 13873879.

HSL color Cylindrical-coordinate representation of color #D7B2D3: hue angle of 306.49º 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 #D7B2D3 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 211 -
CMYK 0 0.17 0.02 0.16
HSL 306.49º 0.32% 0.77% -
HSV(B) 306.49º 0.17% 0.84% -
XYZ 55.7 50.99 68.53 -
YUV 192.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 215 178 211 0 0.17 0.02 0.16 306.49 0.32 0.77
Hex D7 B2 D3 0 11 2 10 132 20 4D
Octal 327 262 323 0 21 2 20 462 40 115
Binary 11010111 10110010 11010011 0 10001 10 10000 100110010 100000 1001101

Color Harmonies of #D7B2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2D3

Black with #D7B2D3

Text Example


Text Example

White with #D7B2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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