#EBCCC1

Color #EBCCC1 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EBCCC1

Tints of Dust Storm #EBCCC1

Color information

#EBCCC1 (or 0xEBCCC1) is unknown color: approx Dust Storm. HEX triplet: EB, CC and C1. RGB value is (235,204,193). Sum of RGB (Red+Green+Blue) = 235+204+193=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCC1 is #14333E. Grayscale: #D4D4D4. Windows color (decimal): -1323839 or 12700907. OLE color: 12700907.

HSL color Cylindrical-coordinate representation of color #EBCCC1: hue angle of 15.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBCCC1 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235204193-
CMYK00.130.180.08
HSL15.71º51.22%83.92%-
HSV(B)15.71º17.87%92.16%-
XYZ65.4864.759.49-
YUV212.02117.27144.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=37.18%
G=32.28%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520419300.130.180.0815.7151.2283.92
HexEBCCC10D128103354
Octal35331430101522102063124
Binary11101011110011001100000101101100101000100001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCC1; }

 p { color: rgb(235,204,193); }

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

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

 a { background-color: rgb(235,204,193); }

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

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

 span { border-color: rgb(235,204,193); }

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