#DDCEB8

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

Shades of Spanish White #DDCEB8

Tints of Spanish White #DDCEB8

Color information

#DDCEB8 (or 0xDDCEB8) is unknown color: approx Spanish White. HEX triplet: DD, CE and B8. RGB value is (221,206,184). Sum of RGB (Red+Green+Blue) = 221+206+184=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEB8 is #223147. Grayscale: #D0D0D0. Windows color (decimal): -2240840 or 12111581. OLE color: 12111581.

HSL color Cylindrical-coordinate representation of color #DDCEB8: hue angle of 35.68º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCEB8 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221206184-
CMYK00.070.170.13
HSL35.68º35.24%79.41%-
HSV(B)35.68º16.74%86.67%-
XYZ60.5462.9854.31-
YUV207.98114.47137.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 184 (72.27% from 255) = 30.11%
R=36.17%
G=33.72%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120618400.070.170.1335.6835.2479.41
HexDDCEB80711D24234f
Octal3353162700721154443117
Binary11011101110011101011100001111000111011001001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEB8; }

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

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

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

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

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

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

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

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