Html Css Color HEX #D8B2CD French Lilac

📋 copy color: '#D8B2CD'

red 216 ◦ green 178 ◦ blue 205

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

Shades of French Lilac #D8B2CD

Tints of French Lilac #D8B2CD

RGB

 RED value IS 216 (84.77% from 255) = 36.06%

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

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

R = 36.06%
G = 29.72%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D8B2CD (or 0xD8B2CD) is known color: French Lilac. HEX triplet: D8, B2 and CD. RGB value is (216,178,205). Sum of RGB (Red+Green+Blue) = 216+178+205=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2CD is #274D32. Grayscale: #C0C0C0. Windows color (decimal): -2575667 or 13480664. OLE color: 13480664.

HSL color Cylindrical-coordinate representation of color #D8B2CD: hue angle of 317.37º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B2CD is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 205 -
CMYK 0 0.18 0.05 0.15
HSL 317.37º 0.33% 0.77% -
HSV(B) 317.37º 0.18% 0.85% -
XYZ 55.26 50.85 64.66 -
YUV 192.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 216 178 205 0 0.18 0.05 0.15 317.37 0.33 0.77
Hex D8 B2 CD 0 12 5 F 13D 21 4D
Octal 330 262 315 0 22 5 17 475 41 115
Binary 11011000 10110010 11001101 0 10010 101 1111 100111101 100001 1001101

Color Harmonies of #D8B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2CD

Black with #D8B2CD

Text Example


Text Example

White with #D8B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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