Html Css Color HEX #DABEBE Alto

📋 copy color: '#DABEBE'

red 218 ◦ green 190 ◦ blue 190

#DABEBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alto #DABEBE

Tints of Alto #DABEBE

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 value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DABEBE (or 0xDABEBE) is known color: 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

RGB 218 190 190 -
CMYK 0 0.13 0.13 0.15
HSL 0.27% 0.8% -
HSV(B) 0.13% 0.85% -
XYZ 56.62 55.45 56.43 -
YUV 198.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 218 190 190 0 0.13 0.13 0.15 0 0.27 0.8
Hex DA BE BE 0 D D F 0 1B 50
Octal 332 276 276 0 15 15 17 0 33 120
Binary 11011010 10111110 10111110 0 1101 1101 1111 0 11011 1010000

Color Harmonies of #DABEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEBE

Black with #DABEBE

Text Example


Text Example

White with #DABEBE

Text Example


Text Example

HTML Codes & Css Web 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>