#ECDFC9

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

Shades of Bleach White #ECDFC9

Tints of Bleach White #ECDFC9

Color information

#ECDFC9 (or 0xECDFC9) is unknown color: approx Bleach White. HEX triplet: EC, DF and C9. RGB value is (236,223,201). Sum of RGB (Red+Green+Blue) = 236+223+201=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFC9 is #132036. Grayscale: #E0E0E0. Windows color (decimal): -1253431 or 13230060. OLE color: 13230060.

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

Color convert

RGB236223201-
CMYK00.060.150.07
HSL37.71º47.95%85.69%-
HSV(B)37.71º14.83%92.55%-
XYZ71.5274.8365.93-
YUV224.38114.81136.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 201 (78.91% from 255) = 30.45%
R=35.76%
G=33.79%
B=30.45%

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
Decimal23622320100.060.150.0737.7147.9585.69
HexECDFC906F7263056
Octal354337311061774660126
Binary111011001101111111001001011011111111001101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFC9; }

 p { color: rgb(236,223,201); }

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

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

 a { background-color: rgb(236,223,201); }

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

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

 span { border-color: rgb(236,223,201); }

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