#DCCDB2

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

Shades of Spanish White #DCCDB2

Tints of Spanish White #DCCDB2

Color information

#DCCDB2 (or 0xDCCDB2) is unknown color: approx Spanish White. HEX triplet: DC, CD and B2. RGB value is (220,205,178). Sum of RGB (Red+Green+Blue) = 220+205+178=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDB2 is #23324D. Grayscale: #CECECE. Windows color (decimal): -2306638 or 11718108. OLE color: 11718108.

HSL color Cylindrical-coordinate representation of color #DCCDB2: hue angle of 38.57º 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 #DCCDB2 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220205178-
CMYK00.070.190.14
HSL38.57º37.5%78.04%-
HSV(B)38.57º19.09%86.27%-
XYZ59.3862.0950.97-
YUV206.41111.97137.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=36.48%
G=34.00%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020517800.070.190.1438.5737.578.04
HexDCCDB20713E27264e
Octal3343152620723164746116
Binary11011100110011011011001001111001111101001111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDB2; }

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

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

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

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

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

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

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

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