Html Css Color HEX #D1B2CD French Lilac

📋 copy color: '#D1B2CD'

red 209 ◦ green 178 ◦ blue 205

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

Shades of French Lilac #D1B2CD

Tints of French Lilac #D1B2CD

RGB

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

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

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

R = 35.3%
G = 30.07%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1B2CD (or 0xD1B2CD) is known color: French Lilac. HEX triplet: D1, B2 and CD. RGB value is (209,178,205). Sum of RGB (Red+Green+Blue) = 209+178+205=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2CD is #2E4D32. Grayscale: #BEBEBE. Windows color (decimal): -3034419 or 13480657. OLE color: 13480657.

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

Color convert

RGB 209 178 205 -
CMYK 0 0.15 0.02 0.18
HSL 307.74º 0.25% 0.76% -
HSV(B) 307.74º 0.15% 0.82% -
XYZ 53.23 49.8 64.56 -
YUV 190.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 209 178 205 0 0.15 0.02 0.18 307.74 0.25 0.76
Hex D1 B2 CD 0 F 2 12 134 19 4C
Octal 321 262 315 0 17 2 22 464 31 114
Binary 11010001 10110010 11001101 0 1111 10 10010 100110100 11001 1001100

Color Harmonies of #D1B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2CD

Black with #D1B2CD

Text Example


Text Example

White with #D1B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2CD; }

 p { color: rgb(209,178,205); }

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

background-color css

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

 a { background-color: rgb(209,178,205); }

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

border-color css

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

 span { border-color: rgb(209,178,205); }

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