Html Css Color HEX #D2BBCD French Lilac

📋 copy color: '#D2BBCD'

red 210 ◦ green 187 ◦ blue 205

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

Shades of French Lilac #D2BBCD

Tints of French Lilac #D2BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.06%

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 34.88%
G = 31.06%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2BBCD (or 0xD2BBCD) is known color: French Lilac. HEX triplet: D2, BB and CD. RGB value is (210,187,205). Sum of RGB (Red+Green+Blue) = 210+187+205=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBCD is #2D4432. Grayscale: #C3C3C3. Windows color (decimal): -2966579 or 13482962. OLE color: 13482962.

HSL color Cylindrical-coordinate representation of color #D2BBCD: hue angle of 313.04º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBCD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 205 -
CMYK 0 0.11 0.02 0.18
HSL 313.04º 0.2% 0.78% -
HSV(B) 313.04º 0.11% 0.82% -
XYZ 55.37 53.65 65.19 -
YUV 195.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 210 187 205 0 0.11 0.02 0.18 313.04 0.2 0.78
Hex D2 BB CD 0 B 2 12 139 14 4E
Octal 322 273 315 0 13 2 22 471 24 116
Binary 11010010 10111011 11001101 0 1011 10 10010 100111001 10100 1001110

Color Harmonies of #D2BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BBCD

Black with #D2BBCD

Text Example


Text Example

White with #D2BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BBCD; }

 p { color: rgb(210,187,205); }

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

background-color css

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

 a { background-color: rgb(210,187,205); }

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

border-color css

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

 span { border-color: rgb(210,187,205); }

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