Html Css Color HEX #D4B0CF French Lilac

📋 copy color: '#D4B0CF'

red 212 ◦ green 176 ◦ blue 207

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

Shades of French Lilac #D4B0CF

Tints of French Lilac #D4B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.58%

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

R = 35.63%
G = 29.58%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4B0CF (or 0xD4B0CF) is known color: French Lilac. HEX triplet: D4, B0 and CF. RGB value is (212,176,207). Sum of RGB (Red+Green+Blue) = 212+176+207=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0CF is #2B4F30. Grayscale: #BEBEBE. Windows color (decimal): -2838321 or 13611220. OLE color: 13611220.

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

Color convert

RGB 212 176 207 -
CMYK 0 0.17 0.02 0.17
HSL 308.33º 0.3% 0.76% -
HSV(B) 308.33º 0.17% 0.83% -
XYZ 53.94 49.55 65.75 -
YUV 190.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 212 176 207 0 0.17 0.02 0.17 308.33 0.3 0.76
Hex D4 B0 CF 0 11 2 11 134 1E 4C
Octal 324 260 317 0 21 2 21 464 36 114
Binary 11010100 10110000 11001111 0 10001 10 10001 100110100 11110 1001100

Color Harmonies of #D4B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B0CF

Black with #D4B0CF

Text Example


Text Example

White with #D4B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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