Html Css Color HEX #EBCCC2 Dust Storm

📋 copy color: '#EBCCC2'

red 235 ◦ green 204 ◦ blue 194

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

Shades of Dust Storm #EBCCC2

Tints of Dust Storm #EBCCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.23%

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

R = 37.12%
G = 32.23%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBCCC2 (or 0xEBCCC2) is known color: Dust Storm. HEX triplet: EB, CC and C2. RGB value is (235,204,194). Sum of RGB (Red+Green+Blue) = 235+204+194=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCC2 is #14333D. Grayscale: #D4D4D4. Windows color (decimal): -1323838 or 12766443. OLE color: 12766443.

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

Color convert

RGB 235 204 194 -
CMYK 0 0.13 0.17 0.08
HSL 14.63º 0.51% 0.84% -
HSV(B) 14.63º 0.17% 0.92% -
XYZ 65.59 64.74 60.08 -
YUV 212.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 235 204 194 0 0.13 0.17 0.08 14.63 0.51 0.84
Hex EB CC C2 0 D 11 8 F 33 54
Octal 353 314 302 0 15 21 10 17 63 124
Binary 11101011 11001100 11000010 0 1101 10001 1000 1111 110011 1010100

Color Harmonies of #EBCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCC2

Black with #EBCCC2

Text Example


Text Example

White with #EBCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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