Html Css Color HEX #D5BEB8 Wafer

📋 copy color: '#D5BEB8'

red 213 ◦ green 190 ◦ blue 184

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

Shades of Wafer #D5BEB8

Tints of Wafer #D5BEB8

RGB

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

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

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

R = 36.29%
G = 32.37%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D5BEB8 (or 0xD5BEB8) is known color: Wafer. HEX triplet: D5, BE and B8. RGB value is (213,190,184). Sum of RGB (Red+Green+Blue) = 213+190+184=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEB8 is #2A4147. Grayscale: #C4C4C4. Windows color (decimal): -2769224 or 12107477. OLE color: 12107477.

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

Color convert

RGB 213 190 184 -
CMYK 0 0.11 0.14 0.16
HSL 12.41º 0.26% 0.78% -
HSV(B) 12.41º 0.14% 0.84% -
XYZ 54.51 54.43 52.98 -
YUV 196.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 213 190 184 0 0.11 0.14 0.16 12.41 0.26 0.78
Hex D5 BE B8 0 B E 10 C 1A 4E
Octal 325 276 270 0 13 16 20 14 32 116
Binary 11010101 10111110 10111000 0 1011 1110 10000 1100 11010 1001110

Color Harmonies of #D5BEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEB8

Black with #D5BEB8

Text Example


Text Example

White with #D5BEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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