Html Css Color HEX #D7BEB8 Wafer

📋 copy color: '#D7BEB8'

red 215 ◦ green 190 ◦ blue 184

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

Shades of Wafer #D7BEB8

Tints of Wafer #D7BEB8

RGB

 RED value IS 215 (84.38% from 255) = 36.5%

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

 BLUE value IS 184 (72.27% from 255) = 31.24%

R = 36.5%
G = 32.26%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7BEB8 (or 0xD7BEB8) is known color: Wafer. HEX triplet: D7, BE and B8. RGB value is (215,190,184). Sum of RGB (Red+Green+Blue) = 215+190+184=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEB8 is #284147. Grayscale: #C4C4C4. Windows color (decimal): -2638152 or 12107479. OLE color: 12107479.

HSL color Cylindrical-coordinate representation of color #D7BEB8: hue angle of 11.61º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BEB8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 190 184 -
CMYK 0 0.12 0.14 0.16
HSL 11.61º 0.28% 0.78% -
HSV(B) 11.61º 0.14% 0.84% -
XYZ 55.09 54.73 53.01 -
YUV 196.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 215 190 184 0 0.12 0.14 0.16 11.61 0.28 0.78
Hex D7 BE B8 0 C E 10 C 1C 4E
Octal 327 276 270 0 14 16 20 14 34 116
Binary 11010111 10111110 10111000 0 1100 1110 10000 1100 11100 1001110

Color Harmonies of #D7BEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BEB8

Black with #D7BEB8

Text Example


Text Example

White with #D7BEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BEB8; }

 p { color: rgb(215,190,184); }

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

background-color css

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

 a { background-color: rgb(215,190,184); }

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

border-color css

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

 span { border-color: rgb(215,190,184); }

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