Html Css Color HEX #D9BBB0 Wafer

📋 copy color: '#D9BBB0'

red 217 ◦ green 187 ◦ blue 176

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

Shades of Wafer #D9BBB0

Tints of Wafer #D9BBB0

RGB

 RED value IS 217 (85.16% from 255) = 37.41%

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

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

R = 37.41%
G = 32.24%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9BBB0 (or 0xD9BBB0) is known color: Wafer. HEX triplet: D9, BB and B0. RGB value is (217,187,176). Sum of RGB (Red+Green+Blue) = 217+187+176=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBB0 is #26444F. Grayscale: #C2C2C2. Windows color (decimal): -2507856 or 11582425. OLE color: 11582425.

HSL color Cylindrical-coordinate representation of color #D9BBB0: hue angle of 16.1º degrees, saturation: 0.35, 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 #D9BBB0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 187 176 -
CMYK 0 0.14 0.19 0.15
HSL 16.1º 0.35% 0.77% -
HSV(B) 16.1º 0.19% 0.85% -
XYZ 54.22 53.43 48.53 -
YUV 194.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 217 187 176 0 0.14 0.19 0.15 16.1 0.35 0.77
Hex D9 BB B0 0 E 13 F 10 23 4D
Octal 331 273 260 0 16 23 17 20 43 115
Binary 11011001 10111011 10110000 0 1110 10011 1111 10000 100011 1001101

Color Harmonies of #D9BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BBB0

Black with #D9BBB0

Text Example


Text Example

White with #D9BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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