Html Css Color HEX #D8C2BB Wafer

📋 copy color: '#D8C2BB'

red 216 ◦ green 194 ◦ blue 187

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

Shades of Wafer #D8C2BB

Tints of Wafer #D8C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.5%

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

R = 36.18%
G = 32.5%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8C2BB (or 0xD8C2BB) is known color: Wafer. HEX triplet: D8, C2 and BB. RGB value is (216,194,187). Sum of RGB (Red+Green+Blue) = 216+194+187=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2BB is #273D44. Grayscale: #C7C7C7. Windows color (decimal): -2571589 or 12305112. OLE color: 12305112.

HSL color Cylindrical-coordinate representation of color #D8C2BB: hue angle of 14.48º 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 #D8C2BB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 194 187 -
CMYK 0 0.10 0.13 0.15
HSL 14.48º 0.27% 0.79% -
HSV(B) 14.48º 0.13% 0.85% -
XYZ 56.58 56.77 54.99 -
YUV 199.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 216 194 187 0 0.10 0.13 0.15 14.48 0.27 0.79
Hex D8 C2 BB 0 A D F E 1B 4F
Octal 330 302 273 0 12 15 17 16 33 117
Binary 11011000 11000010 10111011 0 1010 1101 1111 1110 11011 1001111

Color Harmonies of #D8C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C2BB

Black with #D8C2BB

Text Example


Text Example

White with #D8C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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