#DBBEAF

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

Shades of Just Right #DBBEAF

Tints of Just Right #DBBEAF

Color information

#DBBEAF (or 0xDBBEAF) is unknown color: approx Just Right. HEX triplet: DB, BE and AF. RGB value is (219,190,175). Sum of RGB (Red+Green+Blue) = 219+190+175=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAF is #244150. Grayscale: #C5C5C5. Windows color (decimal): -2376017 or 11517659. OLE color: 11517659.

HSL color Cylindrical-coordinate representation of color #DBBEAF: hue angle of 20.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBEAF is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219190175-
CMYK00.130.200.14
HSL20.45º37.93%77.25%-
HSV(B)20.45º20.09%85.88%-
XYZ55.3654.9848.25-
YUV196.96115.61143.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=37.5%
G=32.53%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919017500.130.200.1420.4537.9377.25
HexDBBEAF0D14E14264d
Octal33327625701524162446115
Binary11011011101111101010111101101101001110101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEAF; }

 p { color: rgb(219,190,175); }

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

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

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

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

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

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

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