#DDCEB0

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

Shades of Spanish White #DDCEB0

Tints of Spanish White #DDCEB0

Color information

#DDCEB0 (or 0xDDCEB0) is unknown color: approx Spanish White. HEX triplet: DD, CE and B0. RGB value is (221,206,176). Sum of RGB (Red+Green+Blue) = 221+206+176=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEB0 is #22314F. Grayscale: #CFCFCF. Windows color (decimal): -2240848 or 11587293. OLE color: 11587293.

HSL color Cylindrical-coordinate representation of color #DDCEB0: hue angle of 40º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCEB0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221206176-
CMYK00.070.200.13
HSL40º39.82%77.84%-
HSV(B)40º20.36%86.67%-
XYZ59.7362.6550.02-
YUV207.06110.47137.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 176 (69.14% from 255) = 29.19%
R=36.65%
G=34.16%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120617600.070.200.134039.8277.84
HexDDCEB00714D28284e
Octal3353162600724155050116
Binary11011101110011101011000001111010011011010001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEB0; }

 p { color: rgb(221,206,176); }

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

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

 a { background-color: rgb(221,206,176); }

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

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

 span { border-color: rgb(221,206,176); }

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