#DCCDB6

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

Shades of Spanish White #DCCDB6

Tints of Spanish White #DCCDB6

Color information

#DCCDB6 (or 0xDCCDB6) is unknown color: approx Spanish White. HEX triplet: DC, CD and B6. RGB value is (220,205,182). Sum of RGB (Red+Green+Blue) = 220+205+182=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDB6 is #233249. Grayscale: #CECECE. Windows color (decimal): -2306634 or 11980252. OLE color: 11980252.

HSL color Cylindrical-coordinate representation of color #DCCDB6: hue angle of 36.32º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCDB6 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220205182-
CMYK00.070.170.14
HSL36.32º35.19%78.82%-
HSV(B)36.32º17.27%86.27%-
XYZ59.7962.2653.12-
YUV206.86113.97137.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=36.24%
G=33.77%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020518200.070.170.1436.3235.1978.82
HexDCCDB60711E24234f
Octal3343152660721164443117
Binary11011100110011011011011001111000111101001001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDB6; }

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

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

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

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

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

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

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

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