Html Css Color HEX #DABDB0 Wafer

📋 copy color: '#DABDB0'

red 218 ◦ green 189 ◦ blue 176

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

Shades of Wafer #DABDB0

Tints of Wafer #DABDB0

RGB

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

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

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

R = 37.39%
G = 32.42%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DABDB0 (or 0xDABDB0) is known color: Wafer. HEX triplet: DA, BD and B0. RGB value is (218,189,176). Sum of RGB (Red+Green+Blue) = 218+189+176=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDB0 is #25424F. Grayscale: #C4C4C4. Windows color (decimal): -2441808 or 11582938. OLE color: 11582938.

HSL color Cylindrical-coordinate representation of color #DABDB0: hue angle of 18.57º 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 #DABDB0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 176 -
CMYK 0 0.13 0.19 0.15
HSL 18.57º 0.36% 0.77% -
HSV(B) 18.57º 0.19% 0.85% -
XYZ 54.95 54.44 48.69 -
YUV 196.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 218 189 176 0 0.13 0.19 0.15 18.57 0.36 0.77
Hex DA BD B0 0 D 13 F 13 24 4D
Octal 332 275 260 0 15 23 17 23 44 115
Binary 11011010 10111101 10110000 0 1101 10011 1111 10011 100100 1001101

Color Harmonies of #DABDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDB0

Black with #DABDB0

Text Example


Text Example

White with #DABDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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