Html Css Color HEX #D5BEC0 Pink Flare

📋 copy color: '#D5BEC0'

red 213 ◦ green 190 ◦ blue 192

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

Shades of Pink Flare #D5BEC0

Tints of Pink Flare #D5BEC0

RGB

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

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

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

R = 35.8%
G = 31.93%
B = 32.27%

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

#D5BEC0 (or 0xD5BEC0) is known color: Pink Flare. HEX triplet: D5, BE and C0. RGB value is (213,190,192). Sum of RGB (Red+Green+Blue) = 213+190+192=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEC0 is #2A413F. Grayscale: #C5C5C5. Windows color (decimal): -2769216 or 12631765. OLE color: 12631765.

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

Color convert

RGB 213 190 192 -
CMYK 0 0.11 0.10 0.16
HSL 354.78º 0.21% 0.79% -
HSV(B) 354.78º 0.11% 0.84% -
XYZ 55.37 54.78 57.52 -
YUV 197.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 213 190 192 0 0.11 0.10 0.16 354.78 0.21 0.79
Hex D5 BE C0 0 B A 10 163 15 4F
Octal 325 276 300 0 13 12 20 543 25 117
Binary 11010101 10111110 11000000 0 1011 1010 10000 101100011 10101 1001111

Color Harmonies of #D5BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEC0

Black with #D5BEC0

Text Example


Text Example

White with #D5BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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