Html Css Color HEX #E6CCBF Dust Storm

📋 copy color: '#E6CCBF'

red 230 ◦ green 204 ◦ blue 191

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

Shades of Dust Storm #E6CCBF

Tints of Dust Storm #E6CCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.56%

R = 36.8%
G = 32.64%
B = 30.56%

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

#E6CCBF (or 0xE6CCBF) is known color: Dust Storm. HEX triplet: E6, CC and BF. RGB value is (230,204,191). Sum of RGB (Red+Green+Blue) = 230+204+191=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCBF is #193340. Grayscale: #D2D2D2. Windows color (decimal): -1651521 or 12569830. OLE color: 12569830.

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

Color convert

RGB 230 204 191 -
CMYK 0 0.11 0.17 0.10
HSL 20º 0.44% 0.83% -
HSV(B) 20º 0.17% 0.9% -
XYZ 63.63 63.77 58.25 -
YUV 210.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 230 204 191 0 0.11 0.17 0.10 20 0.44 0.83
Hex E6 CC BF 0 B 11 A 14 2C 53
Octal 346 314 277 0 13 21 12 24 54 123
Binary 11100110 11001100 10111111 0 1011 10001 1010 10100 101100 1010011

Color Harmonies of #E6CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCBF

Black with #E6CCBF

Text Example


Text Example

White with #E6CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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