Html Css Color HEX #D2B1CE French Lilac

📋 copy color: '#D2B1CE'

red 210 ◦ green 177 ◦ blue 206

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

Shades of French Lilac #D2B1CE

Tints of French Lilac #D2B1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 35.41%
G = 29.85%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2B1CE (or 0xD2B1CE) is known color: French Lilac. HEX triplet: D2, B1 and CE. RGB value is (210,177,206). Sum of RGB (Red+Green+Blue) = 210+177+206=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B1CE is #2D4E31. Grayscale: #BEBEBE. Windows color (decimal): -2969138 or 13545938. OLE color: 13545938.

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

Color convert

RGB 210 177 206 -
CMYK 0 0.16 0.02 0.18
HSL 307.27º 0.27% 0.76% -
HSV(B) 307.27º 0.16% 0.82% -
XYZ 53.44 49.6 65.15 -
YUV 190.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 210 177 206 0 0.16 0.02 0.18 307.27 0.27 0.76
Hex D2 B1 CE 0 10 2 12 133 1B 4C
Octal 322 261 316 0 20 2 22 463 33 114
Binary 11010010 10110001 11001110 0 10000 10 10010 100110011 11011 1001100

Color Harmonies of #D2B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B1CE

Black with #D2B1CE

Text Example


Text Example

White with #D2B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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