Html Css Color HEX #D5B2CF French Lilac

📋 copy color: '#D5B2CF'

red 213 ◦ green 178 ◦ blue 207

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

Shades of French Lilac #D5B2CF

Tints of French Lilac #D5B2CF

RGB

 RED value IS 213 (83.59% from 255) = 35.62%

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

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

R = 35.62%
G = 29.77%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5B2CF (or 0xD5B2CF) is known color: French Lilac. HEX triplet: D5, B2 and CF. RGB value is (213,178,207). Sum of RGB (Red+Green+Blue) = 213+178+207=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2CF is #2A4D30. Grayscale: #BFBFBF. Windows color (decimal): -2772273 or 13611733. OLE color: 13611733.

HSL color Cylindrical-coordinate representation of color #D5B2CF: hue angle of 310.29º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B2CF is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 207 -
CMYK 0 0.16 0.03 0.16
HSL 310.29º 0.29% 0.77% -
HSV(B) 310.29º 0.16% 0.84% -
XYZ 54.62 50.49 65.9 -
YUV 191.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 213 178 207 0 0.16 0.03 0.16 310.29 0.29 0.77
Hex D5 B2 CF 0 10 3 10 136 1D 4D
Octal 325 262 317 0 20 3 20 466 35 115
Binary 11010101 10110010 11001111 0 10000 11 10000 100110110 11101 1001101

Color Harmonies of #D5B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2CF

Black with #D5B2CF

Text Example


Text Example

White with #D5B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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