Html Css Color HEX #E6CABC Dust Storm

📋 copy color: '#E6CABC'

red 230 ◦ green 202 ◦ blue 188

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

Shades of Dust Storm #E6CABC

Tints of Dust Storm #E6CABC

RGB

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

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

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

R = 37.1%
G = 32.58%
B = 30.32%

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

#E6CABC (or 0xE6CABC) is known color: Dust Storm. HEX triplet: E6, CA and BC. RGB value is (230,202,188). Sum of RGB (Red+Green+Blue) = 230+202+188=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABC is #193543. Grayscale: #D0D0D0. Windows color (decimal): -1652036 or 12372710. OLE color: 12372710.

HSL color Cylindrical-coordinate representation of color #E6CABC: hue angle of 20º degrees, saturation: 0.46, 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 #E6CABC is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 188 -
CMYK 0 0.12 0.18 0.10
HSL 20º 0.46% 0.82% -
HSV(B) 20º 0.18% 0.9% -
XYZ 62.83 62.69 56.37 -
YUV 208.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 230 202 188 0 0.12 0.18 0.10 20 0.46 0.82
Hex E6 CA BC 0 C 12 A 14 2E 52
Octal 346 312 274 0 14 22 12 24 56 122
Binary 11100110 11001010 10111100 0 1100 10010 1010 10100 101110 1010010

Color Harmonies of #E6CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CABC

Black with #E6CABC

Text Example


Text Example

White with #E6CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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