Html Css Color HEX #EBCEC3 Dust Storm

📋 copy color: '#EBCEC3'

red 235 ◦ green 206 ◦ blue 195

#EBCEC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #EBCEC3

Tints of Dust Storm #EBCEC3

RGB

 RED value IS 235 (92.19% from 255) = 36.95%

 GREEN value IS 206 (80.86% from 255) = 32.39%

 BLUE value IS 195 (76.56% from 255) = 30.66%

R = 36.95%
G = 32.39%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBCEC3 (or 0xEBCEC3) is known color: Dust Storm. HEX triplet: EB, CE and C3. RGB value is (235,206,195). Sum of RGB (Red+Green+Blue) = 235+206+195=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEC3 is #14313C. Grayscale: #D5D5D5. Windows color (decimal): -1323325 or 12832491. OLE color: 12832491.

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

Color convert

RGB 235 206 195 -
CMYK 0 0.12 0.17 0.08
HSL 16.5º 0.5% 0.84% -
HSV(B) 16.5º 0.17% 0.92% -
XYZ 66.18 65.74 60.83 -
YUV 213.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 235 206 195 0 0.12 0.17 0.08 16.5 0.5 0.84
Hex EB CE C3 0 C 11 8 10 32 54
Octal 353 316 303 0 14 21 10 20 62 124
Binary 11101011 11001110 11000011 0 1100 10001 1000 10000 110010 1010100

Color Harmonies of #EBCEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEC3

Black with #EBCEC3

Text Example


Text Example

White with #EBCEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEC3; }

 p { color: rgb(235,206,195); }

 H1.HeaderClassName
 {
   color: #EBCEC3;
 }
 .AnyTagClassName
 {
   color: #EBCEC3;
 }
</style>

background-color css

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

 a { background-color: rgb(235,206,195); }

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

border-color css

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

 span { border-color: rgb(235,206,195); }

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