Html Css Color HEX #D1BEB5 Wafer

📋 copy color: '#D1BEB5'

red 209 ◦ green 190 ◦ blue 181

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

Shades of Wafer #D1BEB5

Tints of Wafer #D1BEB5

RGB

 RED value IS 209 (82.03% from 255) = 36.03%

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

 BLUE value IS 181 (71.09% from 255) = 31.21%

R = 36.03%
G = 32.76%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D1BEB5 (or 0xD1BEB5) is known color: Wafer. HEX triplet: D1, BE and B5. RGB value is (209,190,181). Sum of RGB (Red+Green+Blue) = 209+190+181=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEB5 is #2E414A. Grayscale: #C2C2C2. Windows color (decimal): -3031371 or 11910865. OLE color: 11910865.

HSL color Cylindrical-coordinate representation of color #D1BEB5: hue angle of 19.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1BEB5 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 190 181 -
CMYK 0 0.09 0.13 0.18
HSL 19.29º 0.23% 0.76% -
HSV(B) 19.29º 0.13% 0.82% -
XYZ 53.05 53.72 51.29 -
YUV 194.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 209 190 181 0 0.09 0.13 0.18 19.29 0.23 0.76
Hex D1 BE B5 0 9 D 12 13 17 4C
Octal 321 276 265 0 11 15 22 23 27 114
Binary 11010001 10111110 10110101 0 1001 1101 10010 10011 10111 1001100

Color Harmonies of #D1BEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BEB5

Black with #D1BEB5

Text Example


Text Example

White with #D1BEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BEB5; }

 p { color: rgb(209,190,181); }

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

background-color css

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

 a { background-color: rgb(209,190,181); }

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

border-color css

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

 span { border-color: rgb(209,190,181); }

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