#DBBBA2

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

Shades of Just Right #DBBBA2

Tints of Just Right #DBBBA2

Color information

#DBBBA2 (or 0xDBBBA2) is unknown color: approx Just Right. HEX triplet: DB, BB and A2. RGB value is (219,187,162). Sum of RGB (Red+Green+Blue) = 219+187+162=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBA2 is #24445D. Grayscale: #C1C1C1. Windows color (decimal): -2376798 or 10664923. OLE color: 10664923.

HSL color Cylindrical-coordinate representation of color #DBBBA2: hue angle of 26.32º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBBA2 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219187162-
CMYK00.150.260.14
HSL26.32º44.19%74.71%-
HSV(B)26.32º26.03%85.88%-
XYZ53.5153.2141.63-
YUV193.72110.1146.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 162 (63.67% from 255) = 28.52%
R=38.56%
G=32.92%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918716200.150.260.1426.3244.1974.71
HexDBBBA20F1AE1a2c4b
Octal33327324201732163254113
Binary11011011101110111010001001111110101110110101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBA2; }

 p { color: rgb(219,187,162); }

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

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

 a { background-color: rgb(219,187,162); }

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

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

 span { border-color: rgb(219,187,162); }

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