Html Css Color HEX #EFCCC2 Dust Storm

📋 copy color: '#EFCCC2'

red 239 ◦ green 204 ◦ blue 194

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

Shades of Dust Storm #EFCCC2

Tints of Dust Storm #EFCCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.46%

R = 37.52%
G = 32.03%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFCCC2 (or 0xEFCCC2) is known color: Dust Storm. HEX triplet: EF, CC and C2. RGB value is (239,204,194). Sum of RGB (Red+Green+Blue) = 239+204+194=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCC2 is #10333D. Grayscale: #D5D5D5. Windows color (decimal): -1061694 or 12766447. OLE color: 12766447.

HSL color Cylindrical-coordinate representation of color #EFCCC2: hue angle of 13.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCCC2 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 194 -
CMYK 0 0.15 0.19 0.06
HSL 13.33º 0.58% 0.85% -
HSV(B) 13.33º 0.19% 0.94% -
XYZ 66.93 65.43 60.14 -
YUV 213.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 239 204 194 0 0.15 0.19 0.06 13.33 0.58 0.85
Hex EF CC C2 0 F 13 6 D 3A 55
Octal 357 314 302 0 17 23 6 15 72 125
Binary 11101111 11001100 11000010 0 1111 10011 110 1101 111010 1010101

Color Harmonies of #EFCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCC2

Black with #EFCCC2

Text Example


Text Example

White with #EFCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCC2; }

 p { color: rgb(239,204,194); }

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

background-color css

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

 a { background-color: rgb(239,204,194); }

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

border-color css

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

 span { border-color: rgb(239,204,194); }

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