#DABEAE

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

Shades of Just Right #DABEAE

Tints of Just Right #DABEAE

Color information

#DABEAE (or 0xDABEAE) is unknown color: approx Just Right. HEX triplet: DA, BE and AE. RGB value is (218,190,174). Sum of RGB (Red+Green+Blue) = 218+190+174=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABEAE is #254151. Grayscale: #C4C4C4. Windows color (decimal): -2441554 or 11452122. OLE color: 11452122.

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

Color convert

RGB218190174-
CMYK00.130.200.15
HSL21.82º37.29%76.86%-
HSV(B)21.82º20.18%85.49%-
XYZ54.9754.7947.72-
YUV196.55115.28143.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=37.46%
G=32.65%
B=29.90%

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
Decimal21819017400.130.200.1521.8237.2976.86
HexDABEAE0D14F16254d
Octal33227625601524172645115
Binary11011010101111101010111001101101001111101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEAE; }

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

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

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

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

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

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

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

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