#DDCAAE

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

Shades of Spanish White #DDCAAE

Tints of Spanish White #DDCAAE

Color information

#DDCAAE (or 0xDDCAAE) is unknown color: approx Spanish White. HEX triplet: DD, CA and AE. RGB value is (221,202,174). Sum of RGB (Red+Green+Blue) = 221+202+174=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAAE is #223551. Grayscale: #CCCCCC. Windows color (decimal): -2241874 or 11455197. OLE color: 11455197.

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

Color convert

RGB221202174-
CMYK00.090.210.13
HSL35.74º40.87%77.45%-
HSV(B)35.74º21.27%86.67%-
XYZ58.5860.6748.67-
YUV204.49110.79139.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=37.02%
G=33.84%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120217400.090.210.1335.7440.8777.45
HexDDCAAE0915D24294d
Octal33531225601125154451115
Binary110111011100101010101110010011010111011001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAAE; }

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

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

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

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

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

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

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

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