#DDCFB7

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

Shades of Spanish White #DDCFB7

Tints of Spanish White #DDCFB7

Color information

#DDCFB7 (or 0xDDCFB7) is unknown color: approx Spanish White. HEX triplet: DD, CF and B7. RGB value is (221,207,183). Sum of RGB (Red+Green+Blue) = 221+207+183=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFB7 is #223048. Grayscale: #D0D0D0. Windows color (decimal): -2240585 or 12046301. OLE color: 12046301.

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

Color convert

RGB221207183-
CMYK00.060.170.13
HSL37.89º35.85%79.22%-
HSV(B)37.89º17.19%86.67%-
XYZ60.6863.4253.84-
YUV208.45113.64136.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=36.17%
G=33.88%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120718300.060.170.1337.8935.8579.22
HexDDCFB70611D26244f
Octal3353172670621154644117
Binary11011101110011111011011101101000111011001101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFB7; }

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

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

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

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

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

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

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

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