#DDCEB2

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

Shades of Spanish White #DDCEB2

Tints of Spanish White #DDCEB2

Color information

#DDCEB2 (or 0xDDCEB2) is unknown color: approx Spanish White. HEX triplet: DD, CE and B2. RGB value is (221,206,178). Sum of RGB (Red+Green+Blue) = 221+206+178=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEB2 is #22314D. Grayscale: #CFCFCF. Windows color (decimal): -2240846 or 11718365. OLE color: 11718365.

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

Color convert

RGB221206178-
CMYK00.070.190.13
HSL39.07º38.74%78.24%-
HSV(B)39.07º19.46%86.67%-
XYZ59.9362.7351.07-
YUV207.29111.47137.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 178 (69.92% from 255) = 29.42%
R=36.53%
G=34.05%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120617800.070.190.1339.0738.7478.24
HexDDCEB20713D27274e
Octal3353162620723154747116
Binary11011101110011101011001001111001111011001111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEB2; }

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

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

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

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

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

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

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

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