Html Css Color HEX #D4C1BB Wafer

📋 copy color: '#D4C1BB'

red 212 ◦ green 193 ◦ blue 187

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

Shades of Wafer #D4C1BB

Tints of Wafer #D4C1BB

RGB

 RED value IS 212 (83.2% from 255) = 35.81%

 GREEN value IS 193 (75.78% from 255) = 32.6%

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

R = 35.81%
G = 32.6%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4C1BB (or 0xD4C1BB) is known color: Wafer. HEX triplet: D4, C1 and BB. RGB value is (212,193,187). Sum of RGB (Red+Green+Blue) = 212+193+187=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C1BB is #2B3E44. Grayscale: #C6C6C6. Windows color (decimal): -2833989 or 12304852. OLE color: 12304852.

HSL color Cylindrical-coordinate representation of color #D4C1BB: hue angle of 14.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4C1BB is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 193 187 -
CMYK 0 0.09 0.12 0.17
HSL 14.4º 0.23% 0.78% -
HSV(B) 14.4º 0.12% 0.83% -
XYZ 55.19 55.72 54.86 -
YUV 198 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 212 193 187 0 0.09 0.12 0.17 14.4 0.23 0.78
Hex D4 C1 BB 0 9 C 11 E 17 4E
Octal 324 301 273 0 11 14 21 16 27 116
Binary 11010100 11000001 10111011 0 1001 1100 10001 1110 10111 1001110

Color Harmonies of #D4C1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C1BB

Black with #D4C1BB

Text Example


Text Example

White with #D4C1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C1BB; }

 p { color: rgb(212,193,187); }

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

background-color css

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

 a { background-color: rgb(212,193,187); }

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

border-color css

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

 span { border-color: rgb(212,193,187); }

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