Html Css Color HEX #E6CCBD Dust Storm

📋 copy color: '#E6CCBD'

red 230 ◦ green 204 ◦ blue 189

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

Shades of Dust Storm #E6CCBD

Tints of Dust Storm #E6CCBD

RGB

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

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

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

R = 36.92%
G = 32.74%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6CCBD (or 0xE6CCBD) is known color: Dust Storm. HEX triplet: E6, CC and BD. RGB value is (230,204,189). Sum of RGB (Red+Green+Blue) = 230+204+189=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCBD is #193342. Grayscale: #D2D2D2. Windows color (decimal): -1651523 or 12438758. OLE color: 12438758.

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

Color convert

RGB 230 204 189 -
CMYK 0 0.11 0.18 0.10
HSL 21.95º 0.45% 0.82% -
HSV(B) 21.95º 0.18% 0.9% -
XYZ 63.41 63.68 57.09 -
YUV 210.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 230 204 189 0 0.11 0.18 0.10 21.95 0.45 0.82
Hex E6 CC BD 0 B 12 A 16 2D 52
Octal 346 314 275 0 13 22 12 26 55 122
Binary 11100110 11001100 10111101 0 1011 10010 1010 10110 101101 1010010

Color Harmonies of #E6CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCBD

Black with #E6CCBD

Text Example


Text Example

White with #E6CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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