Html Css Color HEX #D4B5CF French Lilac

📋 copy color: '#D4B5CF'

red 212 ◦ green 181 ◦ blue 207

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

Shades of French Lilac #D4B5CF

Tints of French Lilac #D4B5CF

RGB

 RED value IS 212 (83.2% from 255) = 35.33%

 GREEN value IS 181 (71.09% from 255) = 30.17%

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

R = 35.33%
G = 30.17%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4B5CF (or 0xD4B5CF) is known color: French Lilac. HEX triplet: D4, B5 and CF. RGB value is (212,181,207). Sum of RGB (Red+Green+Blue) = 212+181+207=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B5CF is #2B4A30. Grayscale: #C1C1C1. Windows color (decimal): -2837041 or 13612500. OLE color: 13612500.

HSL color Cylindrical-coordinate representation of color #D4B5CF: hue angle of 309.68º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B5CF is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 181 207 -
CMYK 0 0.15 0.02 0.17
HSL 309.68º 0.26% 0.77% -
HSV(B) 309.68º 0.15% 0.83% -
XYZ 54.94 51.55 66.09 -
YUV 193.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 212 181 207 0 0.15 0.02 0.17 309.68 0.26 0.77
Hex D4 B5 CF 0 F 2 11 136 1A 4D
Octal 324 265 317 0 17 2 21 466 32 115
Binary 11010100 10110101 11001111 0 1111 10 10001 100110110 11010 1001101

Color Harmonies of #D4B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B5CF

Black with #D4B5CF

Text Example


Text Example

White with #D4B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B5CF; }

 p { color: rgb(212,181,207); }

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

background-color css

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

 a { background-color: rgb(212,181,207); }

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

border-color css

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

 span { border-color: rgb(212,181,207); }

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