#DCCDB5

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

Shades of Spanish White #DCCDB5

Tints of Spanish White #DCCDB5

Color information

#DCCDB5 (or 0xDCCDB5) is unknown color: approx Spanish White. HEX triplet: DC, CD and B5. RGB value is (220,205,181). Sum of RGB (Red+Green+Blue) = 220+205+181=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDB5 is #23324A. Grayscale: #CECECE. Windows color (decimal): -2306635 or 11914716. OLE color: 11914716.

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

Color convert

RGB220205181-
CMYK00.070.180.14
HSL36.92º35.78%78.63%-
HSV(B)36.92º17.73%86.27%-
XYZ59.6962.2152.58-
YUV206.75113.47137.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=36.30%
G=33.83%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020518100.070.180.1436.9235.7878.63
HexDCCDB50712E25244f
Octal3343152650722164544117
Binary11011100110011011011010101111001011101001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDB5; }

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

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

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

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

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

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

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

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