#DDCEB6

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

Shades of Spanish White #DDCEB6

Tints of Spanish White #DDCEB6

Color information

#DDCEB6 (or 0xDDCEB6) is unknown color: approx Spanish White. HEX triplet: DD, CE and B6. RGB value is (221,206,182). Sum of RGB (Red+Green+Blue) = 221+206+182=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEB6 is #223149. Grayscale: #CFCFCF. Windows color (decimal): -2240842 or 11980509. OLE color: 11980509.

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

Color convert

RGB221206182-
CMYK00.070.180.13
HSL36.92º36.45%79.02%-
HSV(B)36.92º17.65%86.67%-
XYZ60.3362.8953.22-
YUV207.75113.47137.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=36.29%
G=33.83%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120618200.070.180.1336.9236.4579.02
HexDDCEB60712D25244f
Octal3353162660722154544117
Binary11011101110011101011011001111001011011001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEB6; }

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

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

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

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

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

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

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

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