Html Css Color HEX #D8BBB0 Wafer

📋 copy color: '#D8BBB0'

red 216 ◦ green 187 ◦ blue 176

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

Shades of Wafer #D8BBB0

Tints of Wafer #D8BBB0

RGB

 RED value IS 216 (84.77% from 255) = 37.31%

 GREEN value IS 187 (73.44% from 255) = 32.3%

 BLUE value IS 176 (69.14% from 255) = 30.4%

R = 37.31%
G = 32.3%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8BBB0 (or 0xD8BBB0) is known color: Wafer. HEX triplet: D8, BB and B0. RGB value is (216,187,176). Sum of RGB (Red+Green+Blue) = 216+187+176=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BBB0 is #27444F. Grayscale: #C2C2C2. Windows color (decimal): -2573392 or 11582424. OLE color: 11582424.

HSL color Cylindrical-coordinate representation of color #D8BBB0: hue angle of 16.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BBB0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 187 176 -
CMYK 0 0.13 0.19 0.15
HSL 16.5º 0.34% 0.77% -
HSV(B) 16.5º 0.19% 0.85% -
XYZ 53.93 53.27 48.52 -
YUV 194.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 216 187 176 0 0.13 0.19 0.15 16.5 0.34 0.77
Hex D8 BB B0 0 D 13 F 10 22 4D
Octal 330 273 260 0 15 23 17 20 42 115
Binary 11011000 10111011 10110000 0 1101 10011 1111 10000 100010 1001101

Color Harmonies of #D8BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BBB0

Black with #D8BBB0

Text Example


Text Example

White with #D8BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BBB0; }

 p { color: rgb(216,187,176); }

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

background-color css

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

 a { background-color: rgb(216,187,176); }

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

border-color css

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

 span { border-color: rgb(216,187,176); }

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