#DDCEBA

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

Shades of Spanish White #DDCEBA

Tints of Spanish White #DDCEBA

Color information

#DDCEBA (or 0xDDCEBA) is unknown color: approx Spanish White. HEX triplet: DD, CE and BA. RGB value is (221,206,186). Sum of RGB (Red+Green+Blue) = 221+206+186=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEBA is #223145. Grayscale: #D0D0D0. Windows color (decimal): -2240838 or 12242653. OLE color: 12242653.

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

Color convert

RGB221206186-
CMYK00.070.160.13
HSL34.29º33.98%79.8%-
HSV(B)34.29º15.84%86.67%-
XYZ60.7563.0655.42-
YUV208.2115.47137.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=36.05%
G=33.61%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120618600.070.160.1334.2933.9879.8
HexDDCEBA0710D222250
Octal3353162720720154242120
Binary11011101110011101011101001111000011011000101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEBA; }

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

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

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

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

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

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

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

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