Html Css Color HEX #D4BEC2 Melanie

📋 copy color: '#D4BEC2'

red 212 ◦ green 190 ◦ blue 194

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

Shades of Melanie #D4BEC2

Tints of Melanie #D4BEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.55%

R = 35.57%
G = 31.88%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4BEC2 (or 0xD4BEC2) is known color: Melanie. HEX triplet: D4, BE and C2. RGB value is (212,190,194). Sum of RGB (Red+Green+Blue) = 212+190+194=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEC2 is #2B413D. Grayscale: #C5C5C5. Windows color (decimal): -2834750 or 12762836. OLE color: 12762836.

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

Color convert

RGB 212 190 194 -
CMYK 0 0.10 0.08 0.17
HSL 349.09º 0.2% 0.79% -
HSV(B) 349.09º 0.1% 0.83% -
XYZ 55.3 54.72 58.69 -
YUV 197.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 212 190 194 0 0.10 0.08 0.17 349.09 0.2 0.79
Hex D4 BE C2 0 A 8 11 15D 14 4F
Octal 324 276 302 0 12 10 21 535 24 117
Binary 11010100 10111110 11000010 0 1010 1000 10001 101011101 10100 1001111

Color Harmonies of #D4BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEC2

Black with #D4BEC2

Text Example


Text Example

White with #D4BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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