Html Css Color HEX #E1CDC7 Dust Storm

📋 copy color: '#E1CDC7'

red 225 ◦ green 205 ◦ blue 199

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

Shades of Dust Storm #E1CDC7

Tints of Dust Storm #E1CDC7

RGB

 RED value IS 225 (88.28% from 255) = 35.77%

 GREEN value IS 205 (80.47% from 255) = 32.59%

 BLUE value IS 199 (78.13% from 255) = 31.64%

R = 35.77%
G = 32.59%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E1CDC7 (or 0xE1CDC7) is known color: Dust Storm. HEX triplet: E1, CD and C7. RGB value is (225,205,199). Sum of RGB (Red+Green+Blue) = 225+205+199=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDC7 is #1E3238. Grayscale: #D2D2D2. Windows color (decimal): -1978937 or 13094369. OLE color: 13094369.

HSL color Cylindrical-coordinate representation of color #E1CDC7: hue angle of 13.85º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CDC7 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 205 199 -
CMYK 0 0.09 0.12 0.12
HSL 13.85º 0.3% 0.83% -
HSV(B) 13.85º 0.12% 0.88% -
XYZ 63.19 63.79 63.02 -
YUV 210.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 225 205 199 0 0.09 0.12 0.12 13.85 0.3 0.83
Hex E1 CD C7 0 9 C C E 1E 53
Octal 341 315 307 0 11 14 14 16 36 123
Binary 11100001 11001101 11000111 0 1001 1100 1100 1110 11110 1010011

Color Harmonies of #E1CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDC7

Black with #E1CDC7

Text Example


Text Example

White with #E1CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDC7; }

 p { color: rgb(225,205,199); }

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

background-color css

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

 a { background-color: rgb(225,205,199); }

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

border-color css

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

 span { border-color: rgb(225,205,199); }

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