#DDCDAE

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

Shades of Spanish White #DDCDAE

Tints of Spanish White #DDCDAE

Color information

#DDCDAE (or 0xDDCDAE) is unknown color: approx Spanish White. HEX triplet: DD, CD and AE. RGB value is (221,205,174). Sum of RGB (Red+Green+Blue) = 221+205+174=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDAE is #223251. Grayscale: #CECECE. Windows color (decimal): -2241106 or 11455965. OLE color: 11455965.

HSL color Cylindrical-coordinate representation of color #DDCDAE: hue angle of 39.57º 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 #DDCDAE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221205174-
CMYK00.070.210.13
HSL39.57º40.87%77.45%-
HSV(B)39.57º21.27%86.67%-
XYZ59.2962.0948.9-
YUV206.25109.8138.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 174 (68.36% from 255) = 29%
R=36.83%
G=34.17%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120517400.070.210.1339.5740.8777.45
HexDDCDAE0715D28294d
Octal3353152560725155051115
Binary11011101110011011010111001111010111011010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDAE; }

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

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

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

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

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

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

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

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