Html Css Color HEX #EBCABD Dust Storm

📋 copy color: '#EBCABD'

red 235 ◦ green 202 ◦ blue 189

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

Shades of Dust Storm #EBCABD

Tints of Dust Storm #EBCABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.27%

 BLUE value IS 189 (74.22% from 255) = 30.19%

R = 37.54%
G = 32.27%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBCABD (or 0xEBCABD) is known color: Dust Storm. HEX triplet: EB, CA and BD. RGB value is (235,202,189). Sum of RGB (Red+Green+Blue) = 235+202+189=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCABD is #143542. Grayscale: #D2D2D2. Windows color (decimal): -1324355 or 12438251. OLE color: 12438251.

HSL color Cylindrical-coordinate representation of color #EBCABD: hue angle of 16.96º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBCABD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 202 189 -
CMYK 0 0.14 0.20 0.08
HSL 16.96º 0.53% 0.83% -
HSV(B) 16.96º 0.2% 0.92% -
XYZ 64.57 63.58 57.01 -
YUV 210.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 235 202 189 0 0.14 0.20 0.08 16.96 0.53 0.83
Hex EB CA BD 0 E 14 8 11 35 53
Octal 353 312 275 0 16 24 10 21 65 123
Binary 11101011 11001010 10111101 0 1110 10100 1000 10001 110101 1010011

Color Harmonies of #EBCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCABD

Black with #EBCABD

Text Example


Text Example

White with #EBCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCABD; }

 p { color: rgb(235,202,189); }

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

background-color css

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

 a { background-color: rgb(235,202,189); }

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

border-color css

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

 span { border-color: rgb(235,202,189); }

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