Html Css Color HEX #E6CDC4 Dust Storm

📋 copy color: '#E6CDC4'

red 230 ◦ green 205 ◦ blue 196

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

Shades of Dust Storm #E6CDC4

Tints of Dust Storm #E6CDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.06%

R = 36.45%
G = 32.49%
B = 31.06%

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

#E6CDC4 (or 0xE6CDC4) is known color: Dust Storm. HEX triplet: E6, CD and C4. RGB value is (230,205,196). Sum of RGB (Red+Green+Blue) = 230+205+196=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC4 is #19323B. Grayscale: #D3D3D3. Windows color (decimal): -1651260 or 12897766. OLE color: 12897766.

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

Color convert

RGB 230 205 196 -
CMYK 0 0.11 0.15 0.10
HSL 15.88º 0.4% 0.84% -
HSV(B) 15.88º 0.15% 0.9% -
XYZ 64.43 64.47 61.27 -
YUV 211.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 230 205 196 0 0.11 0.15 0.10 15.88 0.4 0.84
Hex E6 CD C4 0 B F A 10 28 54
Octal 346 315 304 0 13 17 12 20 50 124
Binary 11100110 11001101 11000100 0 1011 1111 1010 10000 101000 1010100

Color Harmonies of #E6CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDC4

Black with #E6CDC4

Text Example


Text Example

White with #E6CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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