#DBCEB3

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

Shades of Spanish White #DBCEB3

Tints of Spanish White #DBCEB3

Color information

#DBCEB3 (or 0xDBCEB3) is unknown color: approx Spanish White. HEX triplet: DB, CE and B3. RGB value is (219,206,179). Sum of RGB (Red+Green+Blue) = 219+206+179=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEB3 is #24314C. Grayscale: #CECECE. Windows color (decimal): -2371917 or 11783899. OLE color: 11783899.

HSL color Cylindrical-coordinate representation of color #DBCEB3: hue angle of 40.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCEB3 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219206179-
CMYK00.060.180.14
HSL40.5º35.71%78.04%-
HSV(B)40.5º18.26%85.88%-
XYZ59.4262.4651.57-
YUV206.81112.31136.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=36.26%
G=34.11%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920617900.060.180.1440.535.7178.04
HexDBCEB30612E29244e
Octal3333162630622165144116
Binary11011011110011101011001101101001011101010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEB3; }

 p { color: rgb(219,206,179); }

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

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

 a { background-color: rgb(219,206,179); }

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

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

 span { border-color: rgb(219,206,179); }

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