Html Css Color HEX #E0CABC Dust Storm

📋 copy color: '#E0CABC'

red 224 ◦ green 202 ◦ blue 188

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

Shades of Dust Storm #E0CABC

Tints of Dust Storm #E0CABC

RGB

 RED value IS 224 (87.89% from 255) = 36.48%

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

 BLUE value IS 188 (73.83% from 255) = 30.62%

R = 36.48%
G = 32.9%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0CABC (or 0xE0CABC) is known color: Dust Storm. HEX triplet: E0, CA and BC. RGB value is (224,202,188). Sum of RGB (Red+Green+Blue) = 224+202+188=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CABC is #1F3543. Grayscale: #CFCFCF. Windows color (decimal): -2045252 or 12372704. OLE color: 12372704.

HSL color Cylindrical-coordinate representation of color #E0CABC: hue angle of 23.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0CABC is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 202 188 -
CMYK 0 0.10 0.16 0.12
HSL 23.33º 0.37% 0.81% -
HSV(B) 23.33º 0.16% 0.88% -
XYZ 60.94 61.72 56.28 -
YUV 206.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 224 202 188 0 0.10 0.16 0.12 23.33 0.37 0.81
Hex E0 CA BC 0 A 10 C 17 25 51
Octal 340 312 274 0 12 20 14 27 45 121
Binary 11100000 11001010 10111100 0 1010 10000 1100 10111 100101 1010001

Color Harmonies of #E0CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CABC

Black with #E0CABC

Text Example


Text Example

White with #E0CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CABC; }

 p { color: rgb(224,202,188); }

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

background-color css

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

 a { background-color: rgb(224,202,188); }

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

border-color css

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

 span { border-color: rgb(224,202,188); }

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