Html Css Color HEX #E6CDBA Desert Sand

📋 copy color: '#E6CDBA'

red 230 ◦ green 205 ◦ blue 186

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

Shades of Desert Sand #E6CDBA

Tints of Desert Sand #E6CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.95%

R = 37.04%
G = 33.01%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6CDBA (or 0xE6CDBA) is known color: Desert Sand. HEX triplet: E6, CD and BA. RGB value is (230,205,186). Sum of RGB (Red+Green+Blue) = 230+205+186=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDBA is #193245. Grayscale: #D2D2D2. Windows color (decimal): -1651270 or 12242406. OLE color: 12242406.

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

Color convert

RGB 230 205 186 -
CMYK 0 0.11 0.19 0.10
HSL 25.91º 0.47% 0.82% -
HSV(B) 25.91º 0.19% 0.9% -
XYZ 63.33 64.03 55.48 -
YUV 210.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 230 205 186 0 0.11 0.19 0.10 25.91 0.47 0.82
Hex E6 CD BA 0 B 13 A 1A 2F 52
Octal 346 315 272 0 13 23 12 32 57 122
Binary 11100110 11001101 10111010 0 1011 10011 1010 11010 101111 1010010

Color Harmonies of #E6CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDBA

Black with #E6CDBA

Text Example


Text Example

White with #E6CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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