#DDCFBA

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

Shades of Spanish White #DDCFBA

Tints of Spanish White #DDCFBA

Color information

#DDCFBA (or 0xDDCFBA) is unknown color: approx Spanish White. HEX triplet: DD, CF and BA. RGB value is (221,207,186). Sum of RGB (Red+Green+Blue) = 221+207+186=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFBA is #223045. Grayscale: #D0D0D0. Windows color (decimal): -2240582 or 12242909. OLE color: 12242909.

HSL color Cylindrical-coordinate representation of color #DDCFBA: hue angle of 36º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCFBA is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221207186-
CMYK00.060.160.13
HSL36º33.98%79.8%-
HSV(B)36º15.84%86.67%-
XYZ60.9963.5455.5-
YUV208.79115.14136.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=35.99%
G=33.71%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120718600.060.160.133633.9879.8
HexDDCFBA0610D242250
Octal3353172720620154442120
Binary11011101110011111011101001101000011011001001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFBA; }

 p { color: rgb(221,207,186); }

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

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

 a { background-color: rgb(221,207,186); }

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

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

 span { border-color: rgb(221,207,186); }

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