Html Css Color HEX #D6BDB0 Wafer

📋 copy color: '#D6BDB0'

red 214 ◦ green 189 ◦ blue 176

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

Shades of Wafer #D6BDB0

Tints of Wafer #D6BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.64%

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

R = 36.96%
G = 32.64%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6BDB0 (or 0xD6BDB0) is known color: Wafer. HEX triplet: D6, BD and B0. RGB value is (214,189,176). Sum of RGB (Red+Green+Blue) = 214+189+176=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDB0 is #29424F. Grayscale: #C3C3C3. Windows color (decimal): -2703952 or 11582934. OLE color: 11582934.

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

Color convert

RGB 214 189 176 -
CMYK 0 0.12 0.18 0.16
HSL 20.53º 0.32% 0.76% -
HSV(B) 20.53º 0.18% 0.84% -
XYZ 53.77 53.83 48.63 -
YUV 194.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 214 189 176 0 0.12 0.18 0.16 20.53 0.32 0.76
Hex D6 BD B0 0 C 12 10 15 20 4C
Octal 326 275 260 0 14 22 20 25 40 114
Binary 11010110 10111101 10110000 0 1100 10010 10000 10101 100000 1001100

Color Harmonies of #D6BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDB0

Black with #D6BDB0

Text Example


Text Example

White with #D6BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDB0; }

 p { color: rgb(214,189,176); }

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

background-color css

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

 a { background-color: rgb(214,189,176); }

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

border-color css

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

 span { border-color: rgb(214,189,176); }

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