Html Css Color HEX #DBC2B6 Wafer

📋 copy color: '#DBC2B6'

red 219 ◦ green 194 ◦ blue 182

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

Shades of Wafer #DBC2B6

Tints of Wafer #DBC2B6

RGB

 RED value IS 219 (85.94% from 255) = 36.81%

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

 BLUE value IS 182 (71.48% from 255) = 30.59%

R = 36.81%
G = 32.61%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBC2B6 (or 0xDBC2B6) is known color: Wafer. HEX triplet: DB, C2 and B6. RGB value is (219,194,182). Sum of RGB (Red+Green+Blue) = 219+194+182=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2B6 is #243D49. Grayscale: #C8C8C8. Windows color (decimal): -2374986 or 11977435. OLE color: 11977435.

HSL color Cylindrical-coordinate representation of color #DBC2B6: hue angle of 19.46º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC2B6 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 194 182 -
CMYK 0 0.11 0.17 0.14
HSL 19.46º 0.34% 0.79% -
HSV(B) 19.46º 0.17% 0.86% -
XYZ 56.95 57.02 52.26 -
YUV 200.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 219 194 182 0 0.11 0.17 0.14 19.46 0.34 0.79
Hex DB C2 B6 0 B 11 E 13 22 4F
Octal 333 302 266 0 13 21 16 23 42 117
Binary 11011011 11000010 10110110 0 1011 10001 1110 10011 100010 1001111

Color Harmonies of #DBC2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC2B6

Black with #DBC2B6

Text Example


Text Example

White with #DBC2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC2B6; }

 p { color: rgb(219,194,182); }

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

background-color css

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

 a { background-color: rgb(219,194,182); }

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

border-color css

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

 span { border-color: rgb(219,194,182); }

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