Html Css Color HEX #EBCEC2 Dust Storm

📋 copy color: '#EBCEC2'

red 235 ◦ green 206 ◦ blue 194

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

Shades of Dust Storm #EBCEC2

Tints of Dust Storm #EBCEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.55%

R = 37.01%
G = 32.44%
B = 30.55%

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

#EBCEC2 (or 0xEBCEC2) is known color: Dust Storm. HEX triplet: EB, CE and C2. RGB value is (235,206,194). Sum of RGB (Red+Green+Blue) = 235+206+194=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEC2 is #14313D. Grayscale: #D5D5D5. Windows color (decimal): -1323326 or 12766955. OLE color: 12766955.

HSL color Cylindrical-coordinate representation of color #EBCEC2: hue angle of 17.56º degrees, saturation: 0.51, 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 #EBCEC2 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 206 194 -
CMYK 0 0.12 0.17 0.08
HSL 17.56º 0.51% 0.84% -
HSV(B) 17.56º 0.17% 0.92% -
XYZ 66.07 65.7 60.24 -
YUV 213.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 235 206 194 0 0.12 0.17 0.08 17.56 0.51 0.84
Hex EB CE C2 0 C 11 8 12 33 54
Octal 353 316 302 0 14 21 10 22 63 124
Binary 11101011 11001110 11000010 0 1100 10001 1000 10010 110011 1010100

Color Harmonies of #EBCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEC2

Black with #EBCEC2

Text Example


Text Example

White with #EBCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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