Html Css Color HEX #EFC6BD Dust Storm

📋 copy color: '#EFC6BD'

red 239 ◦ green 198 ◦ blue 189

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

Shades of Dust Storm #EFC6BD

Tints of Dust Storm #EFC6BD

RGB

 RED value IS 239 (93.75% from 255) = 38.18%

 GREEN value IS 198 (77.73% from 255) = 31.63%

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

R = 38.18%
G = 31.63%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFC6BD (or 0xEFC6BD) is known color: Dust Storm. HEX triplet: EF, C6 and BD. RGB value is (239,198,189). Sum of RGB (Red+Green+Blue) = 239+198+189=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6BD is #103942. Grayscale: #D1D1D1. Windows color (decimal): -1063235 or 12437231. OLE color: 12437231.

HSL color Cylindrical-coordinate representation of color #EFC6BD: hue angle of 10.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC6BD is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 189 -
CMYK 0 0.17 0.21 0.06
HSL 10.8º 0.61% 0.84% -
HSV(B) 10.8º 0.21% 0.94% -
XYZ 64.98 62.41 56.77 -
YUV 209.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 239 198 189 0 0.17 0.21 0.06 10.8 0.61 0.84
Hex EF C6 BD 0 11 15 6 B 3D 54
Octal 357 306 275 0 21 25 6 13 75 124
Binary 11101111 11000110 10111101 0 10001 10101 110 1011 111101 1010100

Color Harmonies of #EFC6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6BD

Black with #EFC6BD

Text Example


Text Example

White with #EFC6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6BD; }

 p { color: rgb(239,198,189); }

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

background-color css

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

 a { background-color: rgb(239,198,189); }

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

border-color css

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

 span { border-color: rgb(239,198,189); }

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