#DDCEB1

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

Shades of Spanish White #DDCEB1

Tints of Spanish White #DDCEB1

Color information

#DDCEB1 (or 0xDDCEB1) is unknown color: approx Spanish White. HEX triplet: DD, CE and B1. RGB value is (221,206,177). Sum of RGB (Red+Green+Blue) = 221+206+177=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEB1 is #22314E. Grayscale: #CFCFCF. Windows color (decimal): -2240847 or 11652829. OLE color: 11652829.

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

Color convert

RGB221206177-
CMYK00.070.200.13
HSL39.55º39.29%78.04%-
HSV(B)39.55º19.91%86.67%-
XYZ59.8362.6950.54-
YUV207.18110.97137.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=36.59%
G=34.11%
B=29.30%

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
Decimal22120617700.070.200.1339.5539.2978.04
HexDDCEB10714D28274e
Octal3353162610724155047116
Binary11011101110011101011000101111010011011010001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEB1; }

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

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

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

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

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

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

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

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