#DBCFB7

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

Shades of Spanish White #DBCFB7

Tints of Spanish White #DBCFB7

Color information

#DBCFB7 (or 0xDBCFB7) is unknown color: approx Spanish White. HEX triplet: DB, CF and B7. RGB value is (219,207,183). Sum of RGB (Red+Green+Blue) = 219+207+183=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFB7 is #243048. Grayscale: #CFCFCF. Windows color (decimal): -2371657 or 12046299. OLE color: 12046299.

HSL color Cylindrical-coordinate representation of color #DBCFB7: hue angle of 40º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCFB7 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219207183-
CMYK00.050.160.14
HSL40º33.33%78.82%-
HSV(B)40º16.44%85.88%-
XYZ60.0763.153.81-
YUV207.85113.98135.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 183 (71.88% from 255) = 30.05%
R=35.96%
G=33.99%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920718300.050.160.144033.3378.82
HexDBCFB70510E28214f
Octal3333172670520165041117
Binary11011011110011111011011101011000011101010001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFB7; }

 p { color: rgb(219,207,183); }

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

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

 a { background-color: rgb(219,207,183); }

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

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

 span { border-color: rgb(219,207,183); }

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