Html Css Color HEX #D2B1CF French Lilac

📋 copy color: '#D2B1CF'

red 210 ◦ green 177 ◦ blue 207

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

Shades of French Lilac #D2B1CF

Tints of French Lilac #D2B1CF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.8%

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

R = 35.35%
G = 29.8%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2B1CF (or 0xD2B1CF) is known color: French Lilac. HEX triplet: D2, B1 and CF. RGB value is (210,177,207). Sum of RGB (Red+Green+Blue) = 210+177+207=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B1CF is #2D4E30. Grayscale: #BEBEBE. Windows color (decimal): -2969137 or 13611474. OLE color: 13611474.

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

Color convert

RGB 210 177 207 -
CMYK 0 0.16 0.01 0.18
HSL 305.45º 0.27% 0.76% -
HSV(B) 305.45º 0.16% 0.82% -
XYZ 53.56 49.65 65.79 -
YUV 190.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 210 177 207 0 0.16 0.01 0.18 305.45 0.27 0.76
Hex D2 B1 CF 0 10 1 12 131 1B 4C
Octal 322 261 317 0 20 1 22 461 33 114
Binary 11010010 10110001 11001111 0 10000 1 10010 100110001 11011 1001100

Color Harmonies of #D2B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B1CF

Black with #D2B1CF

Text Example


Text Example

White with #D2B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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