#DFCDAE

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

Shades of Spanish White #DFCDAE

Tints of Spanish White #DFCDAE

Color information

#DFCDAE (or 0xDFCDAE) is unknown color: approx Spanish White. HEX triplet: DF, CD and AE. RGB value is (223,205,174). Sum of RGB (Red+Green+Blue) = 223+205+174=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDAE is #203251. Grayscale: #CECECE. Windows color (decimal): -2110034 or 11455967. OLE color: 11455967.

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

Color convert

RGB223205174-
CMYK00.080.220.13
HSL37.96º43.36%77.84%-
HSV(B)37.96º21.97%87.45%-
XYZ59.962.4148.93-
YUV206.85109.46139.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=37.04%
G=34.05%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320517400.080.220.1337.9643.3677.84
HexDFCDAE0816D262b4e
Octal33731525601026154653116
Binary110111111100110110101110010001011011011001101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDAE; }

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

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

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

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

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

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

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

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