#DDCCAE

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

Shades of Spanish White #DDCCAE

Tints of Spanish White #DDCCAE

Color information

#DDCCAE (or 0xDDCCAE) is unknown color: approx Spanish White. HEX triplet: DD, CC and AE. RGB value is (221,204,174). Sum of RGB (Red+Green+Blue) = 221+204+174=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCAE is #223351. Grayscale: #CDCDCD. Windows color (decimal): -2241362 or 11455709. OLE color: 11455709.

HSL color Cylindrical-coordinate representation of color #DDCCAE: hue angle of 38.3º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDCCAE is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221204174-
CMYK00.080.210.13
HSL38.3º40.87%77.45%-
HSV(B)38.3º21.27%86.67%-
XYZ59.0561.6148.82-
YUV205.66110.13138.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=36.89%
G=34.06%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120417400.080.210.1338.340.8777.45
HexDDCCAE0815D26294d
Octal33531425601025154651115
Binary110111011100110010101110010001010111011001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCAE; }

 p { color: rgb(221,204,174); }

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

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

 a { background-color: rgb(221,204,174); }

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

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

 span { border-color: rgb(221,204,174); }

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