#DABEAC

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

Shades of Just Right #DABEAC

Tints of Just Right #DABEAC

Color information

#DABEAC (or 0xDABEAC) is unknown color: approx Just Right. HEX triplet: DA, BE and AC. RGB value is (218,190,172). Sum of RGB (Red+Green+Blue) = 218+190+172=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABEAC is #254153. Grayscale: #C4C4C4. Windows color (decimal): -2441556 or 11321050. OLE color: 11321050.

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

Color convert

RGB218190172-
CMYK00.130.210.15
HSL23.48º38.33%76.47%-
HSV(B)23.48º21.1%85.49%-
XYZ54.7754.7146.7-
YUV196.32114.28143.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=37.59%
G=32.76%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819017200.130.210.1523.4838.3376.47
HexDABEAC0D15F17264c
Octal33227625401525172746114
Binary11011010101111101010110001101101011111101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEAC; }

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

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

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

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

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

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

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

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