Html Css Color HEX #E6CABD Dust Storm

📋 copy color: '#E6CABD'

red 230 ◦ green 202 ◦ blue 189

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

Shades of Dust Storm #E6CABD

Tints of Dust Storm #E6CABD

RGB

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

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

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

R = 37.04%
G = 32.53%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6CABD (or 0xE6CABD) is known color: Dust Storm. HEX triplet: E6, CA and BD. RGB value is (230,202,189). Sum of RGB (Red+Green+Blue) = 230+202+189=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABD is #193542. Grayscale: #D0D0D0. Windows color (decimal): -1652035 or 12438246. OLE color: 12438246.

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

Color convert

RGB 230 202 189 -
CMYK 0 0.12 0.18 0.10
HSL 19.02º 0.45% 0.82% -
HSV(B) 19.02º 0.18% 0.9% -
XYZ 62.94 62.74 56.94 -
YUV 208.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 230 202 189 0 0.12 0.18 0.10 19.02 0.45 0.82
Hex E6 CA BD 0 C 12 A 13 2D 52
Octal 346 312 275 0 14 22 12 23 55 122
Binary 11100110 11001010 10111101 0 1100 10010 1010 10011 101101 1010010

Color Harmonies of #E6CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CABD

Black with #E6CABD

Text Example


Text Example

White with #E6CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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