#DBC8C6

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

Shades of Alto #DBC8C6

Tints of Alto #DBC8C6

Color information

#DBC8C6 (or 0xDBC8C6) is unknown color: approx Alto. HEX triplet: DB, C8 and C6. RGB value is (219,200,198). Sum of RGB (Red+Green+Blue) = 219+200+198=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8C6 is #243739. Grayscale: #CDCDCD. Windows color (decimal): -2373434 or 13027547. OLE color: 13027547.

HSL color Cylindrical-coordinate representation of color #DBC8C6: hue angle of 5.71º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC8C6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219200198-
CMYK00.090.100.14
HSL5.71º22.58%81.76%-
HSV(B)5.71º9.59%85.88%-
XYZ60.0660.4561.93-
YUV205.45123.79137.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=35.49%
G=32.41%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920019800.090.100.145.7122.5881.76
HexDBC8C609AE61752
Octal3333103060111216627122
Binary1101101111001000110001100100110101110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8C6; }

 p { color: rgb(219,200,198); }

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

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

 a { background-color: rgb(219,200,198); }

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

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

 span { border-color: rgb(219,200,198); }

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