Html Css Color HEX #EBCDC5 Dust Storm

📋 copy color: '#EBCDC5'

red 235 ◦ green 205 ◦ blue 197

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

Shades of Dust Storm #EBCDC5

Tints of Dust Storm #EBCDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.18%

 BLUE value IS 197 (77.34% from 255) = 30.93%

R = 36.89%
G = 32.18%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBCDC5 (or 0xEBCDC5) is known color: Dust Storm. HEX triplet: EB, CD and C5. RGB value is (235,205,197). Sum of RGB (Red+Green+Blue) = 235+205+197=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDC5 is #14323A. Grayscale: #D5D5D5. Windows color (decimal): -1323579 or 12963307. OLE color: 12963307.

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

Color convert

RGB 235 205 197 -
CMYK 0 0.13 0.16 0.08
HSL 12.63º 0.49% 0.85% -
HSV(B) 12.63º 0.16% 0.92% -
XYZ 66.17 65.36 61.95 -
YUV 213.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 235 205 197 0 0.13 0.16 0.08 12.63 0.49 0.85
Hex EB CD C5 0 D 10 8 D 31 55
Octal 353 315 305 0 15 20 10 15 61 125
Binary 11101011 11001101 11000101 0 1101 10000 1000 1101 110001 1010101

Color Harmonies of #EBCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDC5

Black with #EBCDC5

Text Example


Text Example

White with #EBCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDC5; }

 p { color: rgb(235,205,197); }

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

background-color css

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

 a { background-color: rgb(235,205,197); }

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

border-color css

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

 span { border-color: rgb(235,205,197); }

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