Html Css Color HEX #E6CDC3 Dust Storm

📋 copy color: '#E6CDC3'

red 230 ◦ green 205 ◦ blue 195

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

Shades of Dust Storm #E6CDC3

Tints of Dust Storm #E6CDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.95%

R = 36.51%
G = 32.54%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E6CDC3 (or 0xE6CDC3) is known color: Dust Storm. HEX triplet: E6, CD and C3. RGB value is (230,205,195). Sum of RGB (Red+Green+Blue) = 230+205+195=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC3 is #19323C. Grayscale: #D3D3D3. Windows color (decimal): -1651261 or 12832230. OLE color: 12832230.

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

Color convert

RGB 230 205 195 -
CMYK 0 0.11 0.15 0.10
HSL 17.14º 0.41% 0.83% -
HSV(B) 17.14º 0.15% 0.9% -
XYZ 64.31 64.43 60.68 -
YUV 211.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 230 205 195 0 0.11 0.15 0.10 17.14 0.41 0.83
Hex E6 CD C3 0 B F A 11 29 53
Octal 346 315 303 0 13 17 12 21 51 123
Binary 11100110 11001101 11000011 0 1011 1111 1010 10001 101001 1010011

Color Harmonies of #E6CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDC3

Black with #E6CDC3

Text Example


Text Example

White with #E6CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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