Html Css Color HEX #E6CCC0 Dust Storm

📋 copy color: '#E6CCC0'

red 230 ◦ green 204 ◦ blue 192

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

Shades of Dust Storm #E6CCC0

Tints of Dust Storm #E6CCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.59%

 BLUE value IS 192 (75.39% from 255) = 30.67%

R = 36.74%
G = 32.59%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6CCC0 (or 0xE6CCC0) is known color: Dust Storm. HEX triplet: E6, CC and C0. RGB value is (230,204,192). Sum of RGB (Red+Green+Blue) = 230+204+192=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCC0 is #19333F. Grayscale: #D2D2D2. Windows color (decimal): -1651520 or 12635366. OLE color: 12635366.

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

Color convert

RGB 230 204 192 -
CMYK 0 0.11 0.17 0.10
HSL 18.95º 0.43% 0.83% -
HSV(B) 18.95º 0.17% 0.9% -
XYZ 63.74 63.81 58.83 -
YUV 210.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 230 204 192 0 0.11 0.17 0.10 18.95 0.43 0.83
Hex E6 CC C0 0 B 11 A 13 2B 53
Octal 346 314 300 0 13 21 12 23 53 123
Binary 11100110 11001100 11000000 0 1011 10001 1010 10011 101011 1010011

Color Harmonies of #E6CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCC0

Black with #E6CCC0

Text Example


Text Example

White with #E6CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCC0; }

 p { color: rgb(230,204,192); }

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

background-color css

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

 a { background-color: rgb(230,204,192); }

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

border-color css

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

 span { border-color: rgb(230,204,192); }

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