#DABEBE

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

Shades of Alto #DABEBE

Tints of Alto #DABEBE

Color information

#DABEBE (or 0xDABEBE) is unknown color: approx Alto. HEX triplet: DA, BE and BE. RGB value is (218,190,190). Sum of RGB (Red+Green+Blue) = 218+190+190=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEBE is #254141. Grayscale: #C6C6C6. Windows color (decimal): -2441538 or 12500698. OLE color: 12500698.

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

Color convert

RGB218190190-
CMYK00.130.130.15
HSL27.45%80%-
HSV(B)12.84%85.49%-
XYZ56.6255.4556.43-
YUV198.37123.28142-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=36.45%
G=31.77%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819019000.130.130.15027.4580
HexDABEBE0DDF01b50
Octal3322762760151517033120
Binary11011010101111101011111001101110111110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEBE; }

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

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

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

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

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

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

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

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