Html Css Color HEX #E6CAC1 Dust Storm

📋 copy color: '#E6CAC1'

red 230 ◦ green 202 ◦ blue 193

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

Shades of Dust Storm #E6CAC1

Tints of Dust Storm #E6CAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.88%

R = 36.8%
G = 32.32%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E6CAC1 (or 0xE6CAC1) is known color: Dust Storm. HEX triplet: E6, CA and C1. RGB value is (230,202,193). Sum of RGB (Red+Green+Blue) = 230+202+193=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAC1 is #19353E. Grayscale: #D1D1D1. Windows color (decimal): -1652031 or 12700390. OLE color: 12700390.

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

Color convert

RGB 230 202 193 -
CMYK 0 0.12 0.16 0.10
HSL 14.59º 0.43% 0.83% -
HSV(B) 14.59º 0.16% 0.9% -
XYZ 63.38 62.91 59.26 -
YUV 209.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 230 202 193 0 0.12 0.16 0.10 14.59 0.43 0.83
Hex E6 CA C1 0 C 10 A F 2B 53
Octal 346 312 301 0 14 20 12 17 53 123
Binary 11100110 11001010 11000001 0 1100 10000 1010 1111 101011 1010011

Color Harmonies of #E6CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAC1

Black with #E6CAC1

Text Example


Text Example

White with #E6CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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