#DCCEB4

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

Shades of Spanish White #DCCEB4

Tints of Spanish White #DCCEB4

Color information

#DCCEB4 (or 0xDCCEB4) is unknown color: approx Spanish White. HEX triplet: DC, CE and B4. RGB value is (220,206,180). Sum of RGB (Red+Green+Blue) = 220+206+180=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEB4 is #23314B. Grayscale: #CFCFCF. Windows color (decimal): -2306380 or 11849436. OLE color: 11849436.

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

Color convert

RGB220206180-
CMYK00.060.180.14
HSL39º36.36%78.43%-
HSV(B)39º18.18%86.27%-
XYZ59.8262.6552.12-
YUV207.22112.64137.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=36.30%
G=33.99%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020618000.060.180.143936.3678.43
HexDCCEB40612E27244e
Octal3343162640622164744116
Binary11011100110011101011010001101001011101001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEB4; }

 p { color: rgb(220,206,180); }

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

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

 a { background-color: rgb(220,206,180); }

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

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

 span { border-color: rgb(220,206,180); }

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