Html Css Color HEX #E6CDC5 Dust Storm

📋 copy color: '#E6CDC5'

red 230 ◦ green 205 ◦ blue 197

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

Shades of Dust Storm #E6CDC5

Tints of Dust Storm #E6CDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.17%

R = 36.39%
G = 32.44%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E6CDC5 (or 0xE6CDC5) is known color: Dust Storm. HEX triplet: E6, CD and C5. RGB value is (230,205,197). Sum of RGB (Red+Green+Blue) = 230+205+197=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC5 is #19323A. Grayscale: #D3D3D3. Windows color (decimal): -1651259 or 12963302. OLE color: 12963302.

HSL color Cylindrical-coordinate representation of color #E6CDC5: hue angle of 14.55º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CDC5 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 205 197 -
CMYK 0 0.11 0.14 0.10
HSL 14.55º 0.4% 0.84% -
HSV(B) 14.55º 0.14% 0.9% -
XYZ 64.54 64.52 61.87 -
YUV 211.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 230 205 197 0 0.11 0.14 0.10 14.55 0.4 0.84
Hex E6 CD C5 0 B E A F 28 54
Octal 346 315 305 0 13 16 12 17 50 124
Binary 11100110 11001101 11000101 0 1011 1110 1010 1111 101000 1010100

Color Harmonies of #E6CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDC5

Black with #E6CDC5

Text Example


Text Example

White with #E6CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDC5; }

 p { color: rgb(230,205,197); }

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

background-color css

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

 a { background-color: rgb(230,205,197); }

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

border-color css

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

 span { border-color: rgb(230,205,197); }

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