#DABEAA

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

Shades of Just Right #DABEAA

Tints of Just Right #DABEAA

Color information

#DABEAA (or 0xDABEAA) is unknown color: approx Just Right. HEX triplet: DA, BE and AA. RGB value is (218,190,170). Sum of RGB (Red+Green+Blue) = 218+190+170=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABEAA is #254155. Grayscale: #C4C4C4. Windows color (decimal): -2441558 or 11189978. OLE color: 11189978.

HSL color Cylindrical-coordinate representation of color #DABEAA: hue angle of 25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABEAA is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218190170-
CMYK00.130.220.15
HSL25º39.34%76.08%-
HSV(B)25º22.02%85.49%-
XYZ54.5854.6345.7-
YUV196.09113.28143.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=37.72%
G=32.87%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819017000.130.220.152539.3476.08
HexDABEAA0D16F19274c
Octal33227625201526173147114
Binary11011010101111101010101001101101101111110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEAA; }

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

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

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

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

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

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

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

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