#DABDAE

Color #DABDAE Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DABDAE

Tints of Just Right #DABDAE

Color information

#DABDAE (or 0xDABDAE) is unknown color: approx Just Right. HEX triplet: DA, BD and AE. RGB value is (218,189,174). Sum of RGB (Red+Green+Blue) = 218+189+174=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDAE is #254251. Grayscale: #C4C4C4. Windows color (decimal): -2441810 or 11451866. OLE color: 11451866.

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

Color convert

RGB218189174-
CMYK00.130.200.15
HSL20.45º37.29%76.86%-
HSV(B)20.45º20.18%85.49%-
XYZ54.7554.3647.65-
YUV195.96115.61143.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=37.52%
G=32.53%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818917400.130.200.1520.4537.2976.86
HexDABDAE0D14F14254d
Octal33227525601524172445115
Binary11011010101111011010111001101101001111101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDAE; }

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

 H1.HeaderClassName
 {
   color: #DABDAE;
 }
 .AnyTagClassName
 {
   color: #DABDAE;
 }
</style>
background-color css

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

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

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

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

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

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