Html Css Color HEX #D5BEC3 Melanie

📋 copy color: '#D5BEC3'

red 213 ◦ green 190 ◦ blue 195

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

Shades of Melanie #D5BEC3

Tints of Melanie #D5BEC3

RGB

 RED value IS 213 (83.59% from 255) = 35.62%

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

 BLUE value IS 195 (76.56% from 255) = 32.61%

R = 35.62%
G = 31.77%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5BEC3 (or 0xD5BEC3) is known color: Melanie. HEX triplet: D5, BE and C3. RGB value is (213,190,195). Sum of RGB (Red+Green+Blue) = 213+190+195=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEC3 is #2A413C. Grayscale: #C5C5C5. Windows color (decimal): -2769213 or 12828373. OLE color: 12828373.

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

Color convert

RGB 213 190 195 -
CMYK 0 0.11 0.08 0.16
HSL 346.96º 0.21% 0.79% -
HSV(B) 346.96º 0.11% 0.84% -
XYZ 55.7 54.91 59.29 -
YUV 197.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 213 190 195 0 0.11 0.08 0.16 346.96 0.21 0.79
Hex D5 BE C3 0 B 8 10 15B 15 4F
Octal 325 276 303 0 13 10 20 533 25 117
Binary 11010101 10111110 11000011 0 1011 1000 10000 101011011 10101 1001111

Color Harmonies of #D5BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEC3

Black with #D5BEC3

Text Example


Text Example

White with #D5BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEC3; }

 p { color: rgb(213,190,195); }

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

background-color css

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

 a { background-color: rgb(213,190,195); }

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

border-color css

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

 span { border-color: rgb(213,190,195); }

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