Html Css Color HEX #D8C5BB Wafer

📋 copy color: '#D8C5BB'

red 216 ◦ green 197 ◦ blue 187

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

Shades of Wafer #D8C5BB

Tints of Wafer #D8C5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.83%

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 36%
G = 32.83%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8C5BB (or 0xD8C5BB) is known color: Wafer. HEX triplet: D8, C5 and BB. RGB value is (216,197,187). Sum of RGB (Red+Green+Blue) = 216+197+187=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5BB is #273A44. Grayscale: #C9C9C9. Windows color (decimal): -2570821 or 12305880. OLE color: 12305880.

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

Color convert

RGB 216 197 187 -
CMYK 0 0.09 0.13 0.15
HSL 20.69º 0.27% 0.79% -
HSV(B) 20.69º 0.13% 0.85% -
XYZ 57.25 58.12 55.21 -
YUV 201.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 216 197 187 0 0.09 0.13 0.15 20.69 0.27 0.79
Hex D8 C5 BB 0 9 D F 15 1B 4F
Octal 330 305 273 0 11 15 17 25 33 117
Binary 11011000 11000101 10111011 0 1001 1101 1111 10101 11011 1001111

Color Harmonies of #D8C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C5BB

Black with #D8C5BB

Text Example


Text Example

White with #D8C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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