Html Css Color HEX #DABAB0 Wafer

📋 copy color: '#DABAB0'

red 218 ◦ green 186 ◦ blue 176

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

Shades of Wafer #DABAB0

Tints of Wafer #DABAB0

RGB

 RED value IS 218 (85.55% from 255) = 37.59%

 GREEN value IS 186 (73.05% from 255) = 32.07%

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

R = 37.59%
G = 32.07%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DABAB0 (or 0xDABAB0) is known color: Wafer. HEX triplet: DA, BA and B0. RGB value is (218,186,176). Sum of RGB (Red+Green+Blue) = 218+186+176=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAB0 is #25454F. Grayscale: #C2C2C2. Windows color (decimal): -2442576 or 11582170. OLE color: 11582170.

HSL color Cylindrical-coordinate representation of color #DABAB0: hue angle of 14.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABAB0 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 176 -
CMYK 0 0.15 0.19 0.15
HSL 14.29º 0.36% 0.77% -
HSV(B) 14.29º 0.19% 0.85% -
XYZ 54.31 53.16 48.47 -
YUV 194.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 218 186 176 0 0.15 0.19 0.15 14.29 0.36 0.77
Hex DA BA B0 0 F 13 F E 24 4D
Octal 332 272 260 0 17 23 17 16 44 115
Binary 11011010 10111010 10110000 0 1111 10011 1111 1110 100100 1001101

Color Harmonies of #DABAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAB0

Black with #DABAB0

Text Example


Text Example

White with #DABAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAB0; }

 p { color: rgb(218,186,176); }

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

background-color css

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

 a { background-color: rgb(218,186,176); }

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

border-color css

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

 span { border-color: rgb(218,186,176); }

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