#DCCCB2

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

Shades of Spanish White #DCCCB2

Tints of Spanish White #DCCCB2

Color information

#DCCCB2 (or 0xDCCCB2) is unknown color: approx Spanish White. HEX triplet: DC, CC and B2. RGB value is (220,204,178). Sum of RGB (Red+Green+Blue) = 220+204+178=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCB2 is #23334D. Grayscale: #CDCDCD. Windows color (decimal): -2306894 or 11717852. OLE color: 11717852.

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

Color convert

RGB220204178-
CMYK00.070.190.14
HSL37.14º37.5%78.04%-
HSV(B)37.14º19.09%86.27%-
XYZ59.1461.6250.9-
YUV205.82112.3138.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=36.54%
G=33.89%
B=29.57%

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
Decimal22020417800.070.190.1437.1437.578.04
HexDCCCB20713E25264e
Octal3343142620723164546116
Binary11011100110011001011001001111001111101001011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCB2; }

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

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

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

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

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

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

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

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