Html Css Color HEX #D5BEBF Pink Flare

📋 copy color: '#D5BEBF'

red 213 ◦ green 190 ◦ blue 191

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

Shades of Pink Flare #D5BEBF

Tints of Pink Flare #D5BEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.15%

R = 35.86%
G = 31.99%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5BEBF (or 0xD5BEBF) is known color: Pink Flare. HEX triplet: D5, BE and BF. RGB value is (213,190,191). Sum of RGB (Red+Green+Blue) = 213+190+191=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEBF is #2A4140. Grayscale: #C5C5C5. Windows color (decimal): -2769217 or 12566229. OLE color: 12566229.

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

Color convert

RGB 213 190 191 -
CMYK 0 0.11 0.10 0.16
HSL 357.39º 0.21% 0.79% -
HSV(B) 357.39º 0.11% 0.84% -
XYZ 55.26 54.73 56.94 -
YUV 196.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 213 190 191 0 0.11 0.10 0.16 357.39 0.21 0.79
Hex D5 BE BF 0 B A 10 165 15 4F
Octal 325 276 277 0 13 12 20 545 25 117
Binary 11010101 10111110 10111111 0 1011 1010 10000 101100101 10101 1001111

Color Harmonies of #D5BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEBF

Black with #D5BEBF

Text Example


Text Example

White with #D5BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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