Html Css Color HEX #EBCCC1 Dust Storm

📋 copy color: '#EBCCC1'

red 235 ◦ green 204 ◦ blue 193

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

Shades of Dust Storm #EBCCC1

Tints of Dust Storm #EBCCC1

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 value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBCCC1 (or 0xEBCCC1) is known color: 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

RGB 235 204 193 -
CMYK 0 0.13 0.18 0.08
HSL 15.71º 0.51% 0.84% -
HSV(B) 15.71º 0.18% 0.92% -
XYZ 65.48 64.7 59.49 -
YUV 212.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 235 204 193 0 0.13 0.18 0.08 15.71 0.51 0.84
Hex EB CC C1 0 D 12 8 10 33 54
Octal 353 314 301 0 15 22 10 20 63 124
Binary 11101011 11001100 11000001 0 1101 10010 1000 10000 110011 1010100

Color Harmonies of #EBCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCC1

Black with #EBCCC1

Text Example


Text Example

White with #EBCCC1

Text Example


Text Example

HTML Codes & Css Web 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>