#EBCCBF

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

Shades of Dust Storm #EBCCBF

Tints of Dust Storm #EBCCBF

Color information

#EBCCBF (or 0xEBCCBF) is unknown color: approx Dust Storm. HEX triplet: EB, CC and BF. RGB value is (235,204,191). Sum of RGB (Red+Green+Blue) = 235+204+191=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCBF is #143340. Grayscale: #D3D3D3. Windows color (decimal): -1323841 or 12569835. OLE color: 12569835.

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

Color convert

RGB235204191-
CMYK00.130.190.08
HSL17.73º52.38%83.53%-
HSV(B)17.73º18.72%92.16%-
XYZ65.2664.6158.32-
YUV211.79116.27144.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 191 (75% from 255) = 30.32%
R=37.30%
G=32.38%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520419100.130.190.0817.7352.3883.53
HexEBCCBF0D138123454
Octal35331427701523102264124
Binary11101011110011001011111101101100111000100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCBF; }

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

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

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

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

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

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

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

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