#ECDEC8

Color #ECDEC8 Half Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Spanish White #ECDEC8

Tints of Half Spanish White #ECDEC8

Color information

#ECDEC8 (or 0xECDEC8) is unknown color: approx Half Spanish White. HEX triplet: EC, DE and C8. RGB value is (236,222,200). Sum of RGB (Red+Green+Blue) = 236+222+200=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC8 is #132137. Grayscale: #DFDFDF. Windows color (decimal): -1253688 or 13164268. OLE color: 13164268.

HSL color Cylindrical-coordinate representation of color #ECDEC8: hue angle of 36.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECDEC8 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236222200-
CMYK00.060.150.07
HSL36.67º48.65%85.49%-
HSV(B)36.67º15.25%92.55%-
XYZ71.1474.2565.22-
YUV223.68114.64136.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 200 (78.52% from 255) = 30.40%
R=35.87%
G=33.74%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622220000.060.150.0736.6748.6585.49
HexECDEC806F7253155
Octal354336310061774561125
Binary111011001101111011001000011011111111001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEC8; }

 p { color: rgb(236,222,200); }

 H1.HeaderClassName
 {
   color: #ECDEC8;
 }
 .AnyTagClassName
 {
   color: #ECDEC8;
 }
</style>
background-color css

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

 a { background-color: rgb(236,222,200); }

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

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

 span { border-color: rgb(236,222,200); }

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