#DCCCB6

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

Shades of Spanish White #DCCCB6

Tints of Spanish White #DCCCB6

Color information

#DCCCB6 (or 0xDCCCB6) is unknown color: approx Spanish White. HEX triplet: DC, CC and B6. RGB value is (220,204,182). Sum of RGB (Red+Green+Blue) = 220+204+182=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCB6 is #233349. Grayscale: #CECECE. Windows color (decimal): -2306890 or 11979996. OLE color: 11979996.

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

Color convert

RGB220204182-
CMYK00.070.170.14
HSL34.74º35.19%78.82%-
HSV(B)34.74º17.27%86.27%-
XYZ59.5561.7853.04-
YUV206.28114.3137.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=36.30%
G=33.66%
B=30.03%

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
Decimal22020418200.070.170.1434.7435.1978.82
HexDCCCB60711E23234f
Octal3343142660721164343117
Binary11011100110011001011011001111000111101000111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCB6; }

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

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

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

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

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

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

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

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