#DCCEB2

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

Shades of Spanish White #DCCEB2

Tints of Spanish White #DCCEB2

Color information

#DCCEB2 (or 0xDCCEB2) is unknown color: approx Spanish White. HEX triplet: DC, CE and B2. RGB value is (220,206,178). Sum of RGB (Red+Green+Blue) = 220+206+178=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEB2 is #23314D. Grayscale: #CFCFCF. Windows color (decimal): -2306382 or 11718364. OLE color: 11718364.

HSL color Cylindrical-coordinate representation of color #DCCEB2: hue angle of 40º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCEB2 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220206178-
CMYK00.060.190.14
HSL40º37.5%78.04%-
HSV(B)40º19.09%86.27%-
XYZ59.6262.5751.05-
YUV206.99111.64137.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 178 (69.92% from 255) = 29.47%
R=36.42%
G=34.11%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020617800.060.190.144037.578.04
HexDCCEB20613E28264e
Octal3343162620623165046116
Binary11011100110011101011001001101001111101010001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEB2; }

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

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

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

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

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

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

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

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