Html Css Color HEX #D8B2CF French Lilac

📋 copy color: '#D8B2CF'

red 216 ◦ green 178 ◦ blue 207

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

Shades of French Lilac #D8B2CF

Tints of French Lilac #D8B2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.44%

R = 35.94%
G = 29.62%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8B2CF (or 0xD8B2CF) is known color: French Lilac. HEX triplet: D8, B2 and CF. RGB value is (216,178,207). Sum of RGB (Red+Green+Blue) = 216+178+207=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2CF is #274D30. Grayscale: #C0C0C0. Windows color (decimal): -2575665 or 13611736. OLE color: 13611736.

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

Color convert

RGB 216 178 207 -
CMYK 0 0.18 0.04 0.15
HSL 314.21º 0.33% 0.77% -
HSV(B) 314.21º 0.18% 0.85% -
XYZ 55.5 50.94 65.94 -
YUV 192.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 216 178 207 0 0.18 0.04 0.15 314.21 0.33 0.77
Hex D8 B2 CF 0 12 4 F 13A 21 4D
Octal 330 262 317 0 22 4 17 472 41 115
Binary 11011000 10110010 11001111 0 10010 100 1111 100111010 100001 1001101

Color Harmonies of #D8B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2CF

Black with #D8B2CF

Text Example


Text Example

White with #D8B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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