Html Css Color HEX #D4BEC0 Pink Flare

📋 copy color: '#D4BEC0'

red 212 ◦ green 190 ◦ blue 192

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

Shades of Pink Flare #D4BEC0

Tints of Pink Flare #D4BEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.32%

R = 35.69%
G = 31.99%
B = 32.32%

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

#D4BEC0 (or 0xD4BEC0) is known color: Pink Flare. HEX triplet: D4, BE and C0. RGB value is (212,190,192). Sum of RGB (Red+Green+Blue) = 212+190+192=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEC0 is #2B413F. Grayscale: #C4C4C4. Windows color (decimal): -2834752 or 12631764. OLE color: 12631764.

HSL color Cylindrical-coordinate representation of color #D4BEC0: hue angle of 354.55º 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 #D4BEC0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 192 -
CMYK 0 0.10 0.09 0.17
HSL 354.55º 0.2% 0.79% -
HSV(B) 354.55º 0.1% 0.83% -
XYZ 55.08 54.63 57.51 -
YUV 196.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 212 190 192 0 0.10 0.09 0.17 354.55 0.2 0.79
Hex D4 BE C0 0 A 9 11 163 14 4F
Octal 324 276 300 0 12 11 21 543 24 117
Binary 11010100 10111110 11000000 0 1010 1001 10001 101100011 10100 1001111

Color Harmonies of #D4BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEC0

Black with #D4BEC0

Text Example


Text Example

White with #D4BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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