Html Css Color HEX #D6BCB2 Wafer

📋 copy color: '#D6BCB2'

red 214 ◦ green 188 ◦ blue 178

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

Shades of Wafer #D6BCB2

Tints of Wafer #D6BCB2

RGB

 RED value IS 214 (83.98% from 255) = 36.9%

 GREEN value IS 188 (73.83% from 255) = 32.41%

 BLUE value IS 178 (69.92% from 255) = 30.69%

R = 36.9%
G = 32.41%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6BCB2 (or 0xD6BCB2) is known color: Wafer. HEX triplet: D6, BC and B2. RGB value is (214,188,178). Sum of RGB (Red+Green+Blue) = 214+188+178=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BCB2 is #29434D. Grayscale: #C2C2C2. Windows color (decimal): -2704206 or 11713750. OLE color: 11713750.

HSL color Cylindrical-coordinate representation of color #D6BCB2: hue angle of 16.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BCB2 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 188 178 -
CMYK 0 0.12 0.17 0.16
HSL 16.67º 0.31% 0.77% -
HSV(B) 16.67º 0.17% 0.84% -
XYZ 53.75 53.48 49.61 -
YUV 194.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 214 188 178 0 0.12 0.17 0.16 16.67 0.31 0.77
Hex D6 BC B2 0 C 11 10 11 1F 4D
Octal 326 274 262 0 14 21 20 21 37 115
Binary 11010110 10111100 10110010 0 1100 10001 10000 10001 11111 1001101

Color Harmonies of #D6BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCB2

Black with #D6BCB2

Text Example


Text Example

White with #D6BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCB2; }

 p { color: rgb(214,188,178); }

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

background-color css

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

 a { background-color: rgb(214,188,178); }

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

border-color css

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

 span { border-color: rgb(214,188,178); }

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