Html Css Color HEX #D4BDCE French Lilac

📋 copy color: '#D4BDCE'

red 212 ◦ green 189 ◦ blue 206

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

Shades of French Lilac #D4BDCE

Tints of French Lilac #D4BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

 BLUE value IS 206 (80.86% from 255) = 33.94%

R = 34.93%
G = 31.14%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4BDCE (or 0xD4BDCE) is known color: French Lilac. HEX triplet: D4, BD and CE. RGB value is (212,189,206). Sum of RGB (Red+Green+Blue) = 212+189+206=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDCE is #2B4231. Grayscale: #C5C5C5. Windows color (decimal): -2834994 or 13549012. OLE color: 13549012.

HSL color Cylindrical-coordinate representation of color #D4BDCE: hue angle of 315.65º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BDCE is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 206 -
CMYK 0 0.11 0.03 0.17
HSL 315.65º 0.21% 0.79% -
HSV(B) 315.65º 0.11% 0.83% -
XYZ 56.49 54.85 66 -
YUV 197.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 212 189 206 0 0.11 0.03 0.17 315.65 0.21 0.79
Hex D4 BD CE 0 B 3 11 13C 15 4F
Octal 324 275 316 0 13 3 21 474 25 117
Binary 11010100 10111101 11001110 0 1011 11 10001 100111100 10101 1001111

Color Harmonies of #D4BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDCE

Black with #D4BDCE

Text Example


Text Example

White with #D4BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDCE; }

 p { color: rgb(212,189,206); }

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

background-color css

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

 a { background-color: rgb(212,189,206); }

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

border-color css

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

 span { border-color: rgb(212,189,206); }

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