Html Css Color HEX #D1BBCC French Lilac

📋 copy color: '#D1BBCC'

red 209 ◦ green 187 ◦ blue 204

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

Shades of French Lilac #D1BBCC

Tints of French Lilac #D1BBCC

RGB

 RED value IS 209 (82.03% from 255) = 34.83%

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

 BLUE value IS 204 (80.08% from 255) = 34%

R = 34.83%
G = 31.17%
B = 34%

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

#D1BBCC (or 0xD1BBCC) is known color: French Lilac. HEX triplet: D1, BB and CC. RGB value is (209,187,204). Sum of RGB (Red+Green+Blue) = 209+187+204=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBCC is #2E4433. Grayscale: #C3C3C3. Windows color (decimal): -3032116 or 13417425. OLE color: 13417425.

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

Color convert

RGB 209 187 204 -
CMYK 0 0.11 0.02 0.18
HSL 313.64º 0.19% 0.78% -
HSV(B) 313.64º 0.11% 0.82% -
XYZ 54.96 53.46 64.55 -
YUV 195.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 209 187 204 0 0.11 0.02 0.18 313.64 0.19 0.78
Hex D1 BB CC 0 B 2 12 13A 13 4E
Octal 321 273 314 0 13 2 22 472 23 116
Binary 11010001 10111011 11001100 0 1011 10 10010 100111010 10011 1001110

Color Harmonies of #D1BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BBCC

Black with #D1BBCC

Text Example


Text Example

White with #D1BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BBCC; }

 p { color: rgb(209,187,204); }

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

background-color css

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

 a { background-color: rgb(209,187,204); }

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

border-color css

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

 span { border-color: rgb(209,187,204); }

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