Html Css Color HEX #D4BEC1 Pink Flare

📋 copy color: '#D4BEC1'

red 212 ◦ green 190 ◦ blue 193

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

Shades of Pink Flare #D4BEC1

Tints of Pink Flare #D4BEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.93%

 BLUE value IS 193 (75.78% from 255) = 32.44%

R = 35.63%
G = 31.93%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D4BEC1 (or 0xD4BEC1) is known color: Pink Flare. HEX triplet: D4, BE and C1. RGB value is (212,190,193). Sum of RGB (Red+Green+Blue) = 212+190+193=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEC1 is #2B413E. Grayscale: #C4C4C4. Windows color (decimal): -2834751 or 12697300. OLE color: 12697300.

HSL color Cylindrical-coordinate representation of color #D4BEC1: hue angle of 351.82º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4BEC1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 193 -
CMYK 0 0.10 0.09 0.17
HSL 351.82º 0.2% 0.79% -
HSV(B) 351.82º 0.1% 0.83% -
XYZ 55.19 54.67 58.1 -
YUV 196.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 212 190 193 0 0.10 0.09 0.17 351.82 0.2 0.79
Hex D4 BE C1 0 A 9 11 160 14 4F
Octal 324 276 301 0 12 11 21 540 24 117
Binary 11010100 10111110 11000001 0 1010 1001 10001 101100000 10100 1001111

Color Harmonies of #D4BEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEC1

Black with #D4BEC1

Text Example


Text Example

White with #D4BEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEC1; }

 p { color: rgb(212,190,193); }

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

background-color css

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

 a { background-color: rgb(212,190,193); }

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

border-color css

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

 span { border-color: rgb(212,190,193); }

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