Html Css Color HEX #E6CABB Dust Storm

📋 copy color: '#E6CABB'

red 230 ◦ green 202 ◦ blue 187

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

Shades of Dust Storm #E6CABB

Tints of Dust Storm #E6CABB

RGB

 RED value IS 230 (90.23% from 255) = 37.16%

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

 BLUE value IS 187 (73.44% from 255) = 30.21%

R = 37.16%
G = 32.63%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6CABB (or 0xE6CABB) is known color: Dust Storm. HEX triplet: E6, CA and BB. RGB value is (230,202,187). Sum of RGB (Red+Green+Blue) = 230+202+187=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABB is #193544. Grayscale: #D0D0D0. Windows color (decimal): -1652037 or 12307174. OLE color: 12307174.

HSL color Cylindrical-coordinate representation of color #E6CABB: hue angle of 20.93º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CABB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 187 -
CMYK 0 0.12 0.19 0.10
HSL 20.93º 0.46% 0.82% -
HSV(B) 20.93º 0.19% 0.9% -
XYZ 62.72 62.65 55.8 -
YUV 208.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 230 202 187 0 0.12 0.19 0.10 20.93 0.46 0.82
Hex E6 CA BB 0 C 13 A 15 2E 52
Octal 346 312 273 0 14 23 12 25 56 122
Binary 11100110 11001010 10111011 0 1100 10011 1010 10101 101110 1010010

Color Harmonies of #E6CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CABB

Black with #E6CABB

Text Example


Text Example

White with #E6CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CABB; }

 p { color: rgb(230,202,187); }

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

background-color css

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

 a { background-color: rgb(230,202,187); }

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

border-color css

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

 span { border-color: rgb(230,202,187); }

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