#DFCEAF

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

Shades of Spanish White #DFCEAF

Tints of Spanish White #DFCEAF

Color information

#DFCEAF (or 0xDFCEAF) is unknown color: approx Spanish White. HEX triplet: DF, CE and AF. RGB value is (223,206,175). Sum of RGB (Red+Green+Blue) = 223+206+175=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCEAF is #203150. Grayscale: #CFCFCF. Windows color (decimal): -2109777 or 11521759. OLE color: 11521759.

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

Color convert

RGB223206175-
CMYK00.080.220.13
HSL38.75º42.86%78.04%-
HSV(B)38.75º21.52%87.45%-
XYZ60.2462.9349.53-
YUV207.55109.63139.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=36.92%
G=34.11%
B=28.97%

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
Decimal22320617500.080.220.1338.7542.8678.04
HexDFCEAF0816D272b4e
Octal33731625701026154753116
Binary110111111100111010101111010001011011011001111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEAF; }

 p { color: rgb(223,206,175); }

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

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

 a { background-color: rgb(223,206,175); }

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

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

 span { border-color: rgb(223,206,175); }

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